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

Commit 98ff6c85 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

Change-Id: I9cd5842bcb562d67f1d106566ff9102dc18d11b1
parents 8e7df9ed c183cea7
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);