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
when declaring an item, selected is never listened to. It always puts the first item as selected no matter what I set (trueor false).
I rebuild the drawer on each activity change (even if I know that fragments are better, bear with me) taking care to set selected on the item in relation to the Activity i'm building. Still it does not work.
when declaring an item,
selected
is never listened to. It always puts the first item as selected no matter what I set (true
orfalse
).I rebuild the drawer on each activity change (even if I know that fragments are better, bear with me) taking care to set
selected
on the item in relation to theActivity
i'm building. Still it does not work.Demo
Code
The text was updated successfully, but these errors were encountered: