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

DropdownMenu disappears on uiMode change #98

Open nicolarevelant opened 2 months ago

nicolarevelant commented 2 months ago

Problem: when I perform this sequence of events the DropdownMenu disappears

  1. Touch "More" on bottom bar
  2. Touch "Folders"
  3. Touch the 3-dot icon at the top right
  4. Switch between light and dark mode twice

Possible solution:

/app/src/main/java/com/kaajjo/libresudoku/ui/folders/FoldersScreen.kt:150 use rememberSaveable instead of remember

Screenshots:

Version:

1.5.0 (7)