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:
qinglian.x.zhang
2016-03-23 16:07:28 +00:00
committed by android-build-merger

View File

@@ -128,6 +128,8 @@ public class LocationSettings extends LocationSettingsBase
mSwitchBar = activity.getSwitchBar();
mSwitch = mSwitchBar.getSwitch();
mSwitchBar.show();
setHasOptionsMenu(true);
}
@Override