Hide subtitle while iitc is loading
This commit is contained in:
@ -220,7 +220,7 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
|
|||||||
}
|
}
|
||||||
|
|
||||||
boolean mapVisible = mDesktopMode || mPane == Pane.MAP;
|
boolean mapVisible = mDesktopMode || mPane == Pane.MAP;
|
||||||
if ("No Highlights".equals(mHighlighter) || isDrawerOpened() || !mapVisible)
|
if ("No Highlights".equals(mHighlighter) || isDrawerOpened() || mIsLoading || !mapVisible)
|
||||||
mActionBar.setSubtitle(null);
|
mActionBar.setSubtitle(null);
|
||||||
else
|
else
|
||||||
mActionBar.setSubtitle(mHighlighter);
|
mActionBar.setSubtitle(mHighlighter);
|
||||||
|
Reference in New Issue
Block a user