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
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
I created the drawer in a class - DrawerManager like your recommendation,
in my app there is a menu button in every activity and its action is to open the drawer.
i tried to do it like this: in the class DrawerManager, after .build();
I add: result.openDrawer();
so when the menu btn is clicked its creating the drawer and open it.
-- there is a better way to do it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I created the drawer in a class - DrawerManager like your recommendation,
in my app there is a menu button in every activity and its action is to open the drawer.
i tried to do it like this: in the class DrawerManager, after .build();
I add: result.openDrawer();
so when the menu btn is clicked its creating the drawer and open it.
-- there is a better way to do it?
The text was updated successfully, but these errors were encountered: