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
I am using this side menu, but in the activity where I am using I have disabled the activity restart on configuration change.
Basically, in the manifest my activity has: android:configChanges="orientation|screenSize"
When I change the orientation of the device, the side menu opens (it shows the side menu), but the boolean check isOpened() returns false. Seems like only the layout does something wrong. Can you please check this out and let me know how to fix it?
Thank you!
Regards!
The text was updated successfully, but these errors were encountered:
Hello,
I am using this side menu, but in the activity where I am using I have disabled the activity restart on configuration change.
Basically, in the manifest my activity has: android:configChanges="orientation|screenSize"
When I change the orientation of the device, the side menu opens (it shows the side menu), but the boolean check isOpened() returns false. Seems like only the layout does something wrong. Can you please check this out and let me know how to fix it?
Thank you!
Regards!
The text was updated successfully, but these errors were encountered: