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
This sometimes causes the drawer button to be visible even if there are no drawer items.
The reason for this is because drawerView is instantiated before navigationView. The logic (here), which checks whether the button should be displayed or not, does not find the button in the DOM.
This is because the view is created on app:dataReady rather than adapt:start.
The text was updated successfully, but these errors were encountered:
This sometimes causes the drawer button to be visible even if there are no drawer items.
The reason for this is because drawerView is instantiated before navigationView. The logic (here), which checks whether the button should be displayed or not, does not find the button in the DOM.
This is because the view is created on
app:dataReady
rather thanadapt:start
.The text was updated successfully, but these errors were encountered: