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
NavigationDrawerItem does not navigates to new fragment when added as StickyDrawerItem
In the example, I added the settings item to the normal drawer items, and to the sticky footer items.
The normal drawer item works correctly (navigates on click), but the sticky one not.
My goal is to only have the sticky one, but it only hides the drawer when clicked on it. (After opening it again, I can observe that it does not get selected)
Note: It does not work when only the footer one added (not the normal drawer item), I just added it in the example to show the difference.
About this issue
In the example, I added the settings item to the normal drawer items, and to the sticky footer items.
The normal drawer item works correctly (navigates on click), but the sticky one not.
My goal is to only have the sticky one, but it only hides the drawer when clicked on it. (After opening it again, I can observe that it does not get selected)
Note: It does not work when only the footer one added (not the normal drawer item), I just added it in the example to show the difference.
Details
Checklist
The text was updated successfully, but these errors were encountered: