mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
updating commons with some material elements
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user