Merge "Fix no options menu on location settings screen"

This commit is contained in:
Jason Monk
2016-03-22 16:15:34 +00:00
committed by Gerrit Code Review

View File

@@ -120,6 +120,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