You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just made a github account to report this issue. It can be easily reproduced.
Make sure screen rotation is enabled
Open directory chooser
Rotate screen
Tap the bottom buttons - they stopped working
From my investigation, when screen is rotated. onDetach is called and then onAttach again. But Option.some() call returns None for some reason. So the listeners attached to the buttons stop working.
I am a noob in android programming so I cannot fix it myself. Otherwise I would be kind enough to submit a pull request.
FYI, I am using it in fragment mode.
The text was updated successfully, but these errors were encountered:
Hi,
I just made a github account to report this issue. It can be easily reproduced.
From my investigation, when screen is rotated. onDetach is called and then onAttach again. But Option.some() call returns None for some reason. So the listeners attached to the buttons stop working.
I am a noob in android programming so I cannot fix it myself. Otherwise I would be kind enough to submit a pull request.
FYI, I am using it in fragment mode.
The text was updated successfully, but these errors were encountered: