Show notice for new interface

This commit is contained in:
fkloft
2013-09-23 23:22:35 +02:00
parent 7939cd9adf
commit 943482b0bd
3 changed files with 49 additions and 2 deletions

View File

@@ -104,8 +104,11 @@ public class IITC_Mobile extends Activity {
// no reload needed
return;
}
// no reload needed
if (key.equals("pref_press_twice_to_exit") || key.equals("pref_share_selected_tab"))
if (key.equals("pref_press_twice_to_exit")
|| key.equals("pref_share_selected_tab")
|| key.equals("pref_drawers_seen"))
// no reload needed
return;
mReloadNeeded = true;