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