We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f8d58 commit 9d2bc54Copy full SHA for 9d2bc54
core/app/src/main/java/com/itsaky/androidide/ui/CodeEditorView.kt
@@ -411,7 +411,7 @@ class CodeEditorView(
411
}
412
413
private fun onCursorAnimationPrefChanged() {
414
- binding.editor.cursorAnimationEnabled = EditorPreferences.cursorAnimationEnabled
+ binding.editor.setCursorAnimationEnabled(EditorPreferences.cursorAnimationEnabled)
415
416
417
private fun onStickyScrollEnabeldPrefChanged() {
0 commit comments