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

Commit ed573e7f authored by Dave Mankoff's avatar Dave Mankoff Committed by Automerger Merge Worker
Browse files

Merge "Null Check in AppOpsInfo." into rvc-dev am: 24790e96 am: 8e428540

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

Change-Id: I68c094b0ef5e8908eede5a63e4b70b65167ad8df
parents e64318bb 8e428540
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -188,7 +188,9 @@ public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsCon

    @Override
    public boolean handleCloseControls(boolean save, boolean force) {
        if (mMetricsLogger != null) {
            mMetricsLogger.visibility(MetricsEvent.APP_OPS_GUTS, false);
        }
        return false;
    }