SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
842 stars 66 forks source link

Fixed a bug, where bottom bar loses state when you rotate the screen. #24

Closed UtebayPi closed 1 year ago

UtebayPi commented 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.

SimonSchubert commented 1 year ago

Well done thank you for the PR