Skip to content

Commit

Permalink
ADD TODO
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Apr 17, 2024
1 parent 2917ae6 commit 279f0d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import androidx.compose.ui.graphics.ColorFilter
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.unit.dp
import com.nextcloud.client.assistant.extensions.completionDateRepresentation
import com.nextcloud.client.assistant.extensions.statusData
import com.owncloud.android.lib.resources.assistant.model.Task

Expand All @@ -48,10 +47,12 @@ fun TaskStatus(task: Task, foregroundColor: Color) {

Text(text = stringResource(id = descriptionId), color = foregroundColor)

/*
Spacer(modifier = Modifier.weight(1f))
Text(text = task.completionDateRepresentation(), color = foregroundColor)
Spacer(modifier = Modifier.width(6.dp))
*/
}
}

0 comments on commit 279f0d6

Please sign in to comment.