tweaks to notices
- new notice when entering info pane (sharing/navigation) - mention NFC in general how-to - add some punctuation Fixes #750
This commit is contained in:
@ -242,6 +242,7 @@ public class IITC_NavigationHelper extends ActionBarDrawerToggle implements OnIt
|
||||
public void switchTo(final Pane pane) {
|
||||
mPane = pane;
|
||||
|
||||
if (pane.equals(Pane.INFO)) mNotificationHelper.showNotice(IITC_NotificationHelper.NOTICE_SHARING);
|
||||
updateViews();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user