issues
search
kaajjo
/
LibreSudoku
LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
412
stars
31
forks
source link
Wrong scroll position on uiMode change
#101
Open
nicolarevelant
opened
2 months ago
nicolarevelant
commented
2 months ago
Problem: when I perform this sequence of events the Column have a wrong scroll position
Touch Statistics (bottom bar)
Do a swipe up
Switch between light and dark mode twice
Possible solution:
app/src/main/java/com/kaajjo/libresudoku/ui/statistics/StatisticsScreen.kt
variable "recordListState" should be cached because a recomposition with that variable set to an empty list will reset the scroll position
Screenshots:
Version:
1.5.0 (7)
Problem: when I perform this sequence of events the Column have a wrong scroll position
Possible solution:
Screenshots:
Version:
1.5.0 (7)