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 guys,
I encountered a problem how to reopen closed drawer.
I have logout function(on android) which closes drawer window and opens login window.
Problem is, that when I call drawer.close() and then after successfull login drawer.open(), nothing happens(printing it to console throws Java.NullPointer.Exception error).
It's pretty simple - just recreate drawer with original properties after it closes.
The text was updated successfully, but these errors were encountered:
Hi guys,
I encountered a problem how to reopen closed drawer.
I have logout function(on android) which closes drawer window and opens login window.
Problem is, that when I call drawer.close() and then after successfull login drawer.open(), nothing happens(printing it to console throws Java.NullPointer.Exception error).
It's pretty simple - just recreate drawer with original properties after it closes.
The text was updated successfully, but these errors were encountered: