reload after plugin with the reload-method to stay consistent with the action bar

This commit is contained in:
Philipp Schaefer
2013-06-15 12:49:26 +02:00
parent ebfa030c3d
commit f8cd22f162
2 changed files with 4 additions and 2 deletions

View File

@ -369,6 +369,8 @@ public class IITC_Mobile extends Activity {
actionBar.setTitle(getString(R.string.app_name));
backStack.clear();
setActionBarHomeEnabledWithUp(false);
// iitc starts on map after reload
currentPane = android.R.id.home;
this.loadUrl(intel_url);
return true;
case R.id.toggle_fullscreen: