Remove empty about menu
This commit is contained in:
parent
8754cbb38f
commit
6968dd266a
2 changed files with 0 additions and 13 deletions
|
|
@ -88,13 +88,6 @@ public class AboutActivity extends AppCompatActivity {
|
|||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean onCreateOptionsMenu(Menu menu) {
|
||||
// Inflate the menu; this adds items to the action bar if it is present.
|
||||
getMenuInflater().inflate(R.menu.menu_about, menu);
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onOptionsItemSelected(MenuItem item) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue