Merge "Fix no options menu on location settings screen"
am: 5c15ff9
* commit '5c15ff923d6116e7634e7c51cde76ce33ed77368':
Fix no options menu on location settings screen
This commit is contained in:
@@ -128,6 +128,8 @@ public class LocationSettings extends LocationSettingsBase
|
|||||||
mSwitchBar = activity.getSwitchBar();
|
mSwitchBar = activity.getSwitchBar();
|
||||||
mSwitch = mSwitchBar.getSwitch();
|
mSwitch = mSwitchBar.getSwitch();
|
||||||
mSwitchBar.show();
|
mSwitchBar.show();
|
||||||
|
|
||||||
|
setHasOptionsMenu(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user