updating commons with some material elements

This commit is contained in:
tibbi
2022-07-11 23:28:40 +02:00
parent 09e7ee0987
commit 797ac60d56
21 changed files with 742 additions and 656 deletions

View File

@ -136,7 +136,7 @@ class TextFragment : NoteFragment() {
setTextWatcher()
}
skipTextUpdating = false
setSelection(if (config.placeCursorToEnd) text.length else 0)
setSelection(if (config.placeCursorToEnd) text!!.length else 0)
}
if (config.showKeyboard && isMenuVisible && (!note!!.isLocked() || shouldShowLockedContent)) {