@Override protected void onPause() { super.onPause(); if (connectionNotConfiguredProperlyDialog.isShowing()) { connectionNotConfiguredProperlyDialog.dismiss(); } }
@Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); drawerToggle.onConfigurationChanged(newConfig); }
@Override public void setTitle(CharSequence title) { super.setTitle(title); getSupportActionBar().setTitle(title); }