From 32ec29fc4ace86b750e3059a48a2cf06cf783f73 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 24 Aug 2026 10:32:55 -0400 Subject: [PATCH] android: the comment pointed at the file's old name --- .../java/com/fabledsword/thoughtsync/ui/NoteEditorScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6670eeb..cc9d16c 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 @@ -72,7 +72,7 @@ fun NoteEditorScreen( // // BLOCKS rather than one string, because a checklist item is drawn as a real // checkbox now and a widget cannot live inside a text field. The note is still one - // markdown body underneath — see EditorBlocks.kt — and `bodyText` is what is saved. + // markdown body underneath — see EditorBlock.kt — and `bodyText` is what is saved. // // Saveable, because a new note has nothing to fall back on if the phone rotates // mid-capture. The saver carries the TEXT and re-derives the shape, since a block's