Commit 2c81907
fix: keyboard hiding cursor on startup (#172)
* fix: keyboard hiding cursor on startup
* update changelog
* lint
* hacky delayed scroll, has to be a better way
* use window inset listener
* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt
Co-authored-by: Naveen Singh <[email protected]>
* only run keyboard listener once and check config.placeCursorToEnd
* fix: keyboard hiding cursor on startup
* update changelog
* lint
* hacky delayed scroll, has to be a better way
* use window inset listener
* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt
Co-authored-by: Naveen Singh <[email protected]>
* only run keyboard listener once and check config.placeCursorToEnd
* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt
Co-authored-by: Naveen Singh <[email protected]>
* add fits system windows
* remove extra keyboard listener
* remove unused imports
* style: add empty line
---------
Co-authored-by: Naveen Singh <[email protected]>
Co-authored-by: Naveen Singh <[email protected]>1 parent 80fc431 commit 2c81907
File tree
3 files changed
+24
-0
lines changed- app/src/main
- kotlin/org/fossify/notes/fragments
- res/layout
3 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| 78 | + | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
203 | 221 | | |
204 | 222 | | |
205 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments