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

Commit c183cea7 authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

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

parents 03ddb28c 69743ab9
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);