Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ public class NotificationSnooze extends LinearLayout protected void onAttachedToWindow() { super.onAttachedToWindow(); logOptionSelection(MetricsEvent.NOTIFICATION_SNOOZE_CLICKED, mDefaultOption); dispatchConfigurationChanged(getResources().getConfiguration()); } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ public class NotificationSnooze extends LinearLayout protected void onAttachedToWindow() { super.onAttachedToWindow(); logOptionSelection(MetricsEvent.NOTIFICATION_SNOOZE_CLICKED, mDefaultOption); dispatchConfigurationChanged(getResources().getConfiguration()); } @Override Loading