diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteCard.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteCard.kt index d18fed5..f87a10b 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteCard.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteCard.kt @@ -27,8 +27,8 @@ import androidx.compose.ui.unit.dp import com.fabledsword.thoughtsync.R import com.fabledsword.thoughtsync.core.ChecklistItem import com.fabledsword.thoughtsync.core.Note -import com.fabledsword.thoughtsync.core.checklistLines import com.fabledsword.thoughtsync.core.NoteLabel +import com.fabledsword.thoughtsync.core.checklistLines @Composable fun NoteCard( diff --git a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt index 836c349..f1e6d74 100644 --- a/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt +++ b/android/app/src/main/java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt @@ -92,7 +92,6 @@ fun NoteEditorScreen( var picker by remember(sessionKey) { mutableStateOf(Picker.NONE) } var confirmingDelete by remember(sessionKey) { mutableStateOf(false) } - // A note in the trash is a record, not a document: editing one would silently // resurrect work that was meant to be thrown away. It renders read-only, with // Restore and Delete forever as the only things to do with it.