am 2c966932: Merge "Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode" into jb-mr2-dev
* commit '2c9669320f6eb7227dd66fb8fe6cce3d39a56f06': Fix for ActionBar#setSelectedNavigationItem() in collapsed tab mode
This commit is contained in:
@@ -179,6 +179,9 @@ public class ScrollingTabContainerView extends HorizontalScrollView
|
||||
animateToTab(position);
|
||||
}
|
||||
}
|
||||
if (mTabSpinner != null && position >= 0) {
|
||||
mTabSpinner.setSelection(position);
|
||||
}
|
||||
}
|
||||
|
||||
public void setContentHeight(int contentHeight) {
|
||||
|
||||
Reference in New Issue
Block a user