Closed UtebayPi closed 1 year ago
Fixed a bug. When you rotate the screen, the selected element at the bottom bar would reset. Because it used remember{} which loses data after configuration change. Change it to rememberSaveable{}, and now the bug is fixed.
Well done thank you for the PR
Fixed a bug. When you rotate the screen, the selected element at the bottom bar would reset. Because it used remember{} which loses data after configuration change. Change it to rememberSaveable{}, and now the bug is fixed.