mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Removed unnecessary finish() call for about option in menu.
This commit is contained in:
parent
5548cec02e
commit
03517de9a3
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ public abstract class NavigationBaseActivity extends BaseActivity
|
||||||
AboutActivity.startYourself(this);
|
AboutActivity.startYourself(this);
|
||||||
this.finish();
|
this.finish();
|
||||||
}
|
}
|
||||||
this.finish();
|
|
||||||
return true;
|
return true;
|
||||||
case R.id.action_settings:
|
case R.id.action_settings:
|
||||||
drawerLayout.closeDrawer(navigationView);
|
drawerLayout.closeDrawer(navigationView);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue