mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Add ActionBar to About screen
This commit is contained in:
parent
eb99350caf
commit
b9eafa66b9
2 changed files with 2 additions and 3 deletions
|
|
@ -25,8 +25,6 @@ public class AboutActivity extends BaseActivity {
|
|||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_about);
|
||||
|
||||
getSupportActionBar().hide();
|
||||
|
||||
ButterKnife.bind(this);
|
||||
|
||||
uploadsToText.setText(CommonsApplication.EVENTLOG_WIKI);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue