load actionbar setting onCreate too (see #216)

This commit is contained in:
Philipp Schaefer 2013-05-07 22:04:34 +02:00
parent f3fae16fe6
commit 6e72f516e6

View File

@ -137,6 +137,8 @@ public class IITC_Mobile extends Activity {
loc_listener);
}
fullscreen_actionbar = sharedPref.getBoolean("pref_fullscreen_actionbar", false);
// load new iitc web view with ingress intel page
Intent intent = getIntent();
String action = intent.getAction();