Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/AppOpsInfo.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/AppOpsInfo.java +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading