Hi, I have a VerticalNavigationBar and when a user selects an item it slides to appropriate view, but when I press BACK button
then the selection is still active. I want to unselect the item so when the user presses back then the navigation bar has no selected item.
How can I do that i cant seem to find the answer in the API.
I tried setSelected(false), setSelected(null).