mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Attempt 1 to set layout for menu item (putting toggle button to right side)
This commit is contained in:
parent
23aa691275
commit
a2f98748d7
3 changed files with 20 additions and 1 deletions
|
|
@ -125,6 +125,7 @@ public class ContributionsActivity
|
|||
if (mediaDetails != null && savedInstanceState.getBoolean("mediaDetailsVisible")) {
|
||||
// Feels awful that we have to reset this manually!
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setDisplayShowCustomEnabled(true);
|
||||
}
|
||||
}
|
||||
requestAuthToken();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue