Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ade3b964 authored by Julia Reynolds's avatar Julia Reynolds Committed by android-build-merger
Browse files

Merge "Only show settings icon for set up users" into pi-dev am: c183cea7

am: 98ff6c85

Change-Id: I47c2f9f106f518041283c0808914df1976f11599
parents e6fc382f 98ff6c85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ public class VolumeDialogImpl implements VolumeDialog {

    public void initSettingsH() {
        mSettingsView.setVisibility(
                mDeviceProvisionedController.isDeviceProvisioned() ? VISIBLE : GONE);
                mDeviceProvisionedController.isCurrentUserSetup() ? VISIBLE : GONE);
        mSettingsIcon.setOnClickListener(v -> {
            Events.writeEvent(mContext, Events.EVENT_SETTINGS_CLICK);
            Intent intent = new Intent(Settings.ACTION_SOUND_SETTINGS);