mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
all: reformat
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
153f94715d
commit
91fc3aa9fa
3 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ import androidx.compose.ui.text.style.TextAlign
|
|||
import androidx.compose.ui.unit.dp
|
||||
import androidx.compose.ui.unit.sp
|
||||
import dev.msfjarvis.todo.data.model.TodoItem
|
||||
import kotlinx.coroutines.coroutineScope
|
||||
|
||||
@Composable
|
||||
fun LazyItemScope.TodoRowItem(item: TodoItem, onLongClick: () -> Unit) {
|
||||
|
|
|
@ -13,9 +13,9 @@ import androidx.compose.material.Switch
|
|||
import androidx.compose.material.ripple.RippleIndication
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.runtime.setValue
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
import androidx.compose.runtime.remember
|
||||
import androidx.compose.runtime.setValue
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.text.TextStyle
|
||||
import androidx.compose.ui.text.style.TextAlign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue