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

Commit cf6e5bcd authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Merge "Null Check in AppOpsInfo." into rvc-dev am: 24790e96 am: 4756c9f0 am: d556511f" into rvc-qpr-dev-plus-aosp am: 12daf7d6

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

Change-Id: I093a61f2f1b7c24f42a4a7a38b4d9058aa60a19b
parents 66397a5e 12daf7d6
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;
    }