Example #1
0
 @Override
 protected void onPause() {
   super.onPause();
   if (connectionNotConfiguredProperlyDialog.isShowing()) {
     connectionNotConfiguredProperlyDialog.dismiss();
   }
 }
Example #2
0
  @Override
  public void onConfigurationChanged(Configuration newConfig) {
    super.onConfigurationChanged(newConfig);

    drawerToggle.onConfigurationChanged(newConfig);
  }
Example #3
0
  @Override
  public void setTitle(CharSequence title) {
    super.setTitle(title);

    getSupportActionBar().setTitle(title);
  }