fixed typo
This commit is contained in:
parent
db7e387a2f
commit
75481d2269
@ -220,7 +220,7 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (mHighlighter != null && !isDrawerOpened() && (mDesktopMode || mPane == Pane.MAP))
|
if (mHighlighter != null && !isDrawerOpened() && (mDesktopMode || mPane == Pane.MAP))
|
||||||
if (!mActionBar.equals("No Highlights"))
|
if (!mHighlighter.equals("No Highlights"))
|
||||||
mActionBar.setSubtitle(mHighlighter);
|
mActionBar.setSubtitle(mHighlighter);
|
||||||
else
|
else
|
||||||
mActionBar.setSubtitle(null);
|
mActionBar.setSubtitle(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user