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

Commit 6c0a02ad authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "[Bugfix]audio:force show safe volume warning dialog"

parents 9cabf5a0 c4b1a4f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8129,6 +8129,7 @@ public class AudioService extends IAudioService.Stub
        public void postDisplaySafeVolumeWarning(int flags) {
            if (mController == null)
                return;
            flags = flags | AudioManager.FLAG_SHOW_UI;
            try {
                mController.displaySafeVolumeWarning(flags);
            } catch (RemoteException e) {