Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daa1d567 authored by Adam Powell's avatar Adam Powell
Browse files

Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode

Make sure the selected item is properly propagated to the collapsed
spinner.

Bug 6754308

Change-Id: Iaa4e331b00106b31c5984980d33e3ac88853ae4d
parent 9fa49cc3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -179,6 +179,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
                animateToTab(position);
            }
        }
        if (mTabSpinner != null && position >= 0) {
            mTabSpinner.setSelection(position);
        }
    }

    public void setContentHeight(int contentHeight) {