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

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

Merge "Revert from .equals to == to prevent NPE." into sc-v2-dev am: 4152cab0 am: 2802ddb6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15596213

Change-Id: I1b6c666d0a312484c1f46e4a75b735daa58e2e61
parents 143e380e 2802ddb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2661,7 +2661,7 @@ public class StatusBar extends SystemUI implements
                            options.setRotationAnimationHint(
                                    WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS);
                        }
                        if (intent.getAction().equals(Settings.Panel.ACTION_VOLUME)) {
                        if (Settings.Panel.ACTION_VOLUME.equals(intent.getAction())) {
                            // Settings Panel is implemented as activity(not a dialog), so
                            // underlying app is paused and may enter picture-in-picture mode
                            // as a result.