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

Commit c6e0aa34 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't show volume dialog on init" into rvc-dev am: 0d6b010e am:...

Merge "Don't show volume dialog on init" into rvc-dev am: 0d6b010e am: 951d4cf8 am: 6653e677 am: be93034f

Change-Id: Id3d940dc0a5e7680fe4e06ebc013933e85f07511
parents 99d09176 be93034f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ import android.content.Context;
import com.android.systemui.car.CarServiceProvider;
import com.android.systemui.keyguard.KeyguardViewMediator;
import com.android.systemui.plugins.VolumeDialog;
import com.android.systemui.volume.Events;
import com.android.systemui.volume.VolumeDialogComponent;
import com.android.systemui.volume.VolumeDialogControllerImpl;

@@ -48,7 +47,6 @@ public class CarVolumeDialogComponent extends VolumeDialogComponent {
    @Override
    protected VolumeDialog createDefault() {
        mCarVolumeDialog = new CarVolumeDialogImpl(mContext);
        mCarVolumeDialog.show(Events.SHOW_REASON_VOLUME_CHANGED);
        return mCarVolumeDialog;
    }
}