TabLayout icon indicating copy to clipboard operation
TabLayout copied to clipboard

getSelectedTabPosition not exist!

Open palize opened this issue 9 years ago • 0 comments

 /**
 * Returns the position of the current selected tab.
 *
 * @return selected tab position, or {@code -1} if there isn't a selected tab.
 */
public int getSelectedTabPosition() {
    return mSelectedTab != null ? mSelectedTab.getPosition() : -1;
}

palize avatar Jan 17 '16 11:01 palize