-
-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
Description
Hi,
As I mentioned in the title when I open a note when the phone is in portrait mode and rotate the phone to landscape the content disappears. The notes app is set to open the note in view mode by default, but I think it also happens in edit mode too, because I lost the content of a note and I think it was cased by this issue.
It's easy to reproduce:
- put the phone in portrait mode
- open a note
- rotate the phone in landscape mode
As a simple fix, for me, it's enough to simply force the orientation to portrait by adding:
android:screenOrientation="portrait"
Thanks,
kukukk
k3a and linux4life798