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

Commit 1c3928b1 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
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" into rvc-d1-dev-plus-aosp
parents e64318bb e40c1fc9
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;
    }