android: the comment pointed at the file's old name
Desktop (Tauri) / Windows installer (cross-compiled) (push) Successful in 2m48s
Desktop (Tauri) / Tauri desktop (Linux) (push) Successful in 4m48s
Desktop (Tauri) / Update manifest (push) Successful in 5s
Android / Kotlin + Rust (APK) (push) Successful in 7m44s

This commit is contained in:
2026-08-24 10:32:55 -04:00
parent ae17b8a8e7
commit 32ec29fc4a
@@ -72,7 +72,7 @@ fun NoteEditorScreen(
// //
// BLOCKS rather than one string, because a checklist item is drawn as a real // 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 // 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 // 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 // mid-capture. The saver carries the TEXT and re-derives the shape, since a block's