diff options
| author | 2021-12-17 00:48:40 +0000 | |
|---|---|---|
| committer | 2021-12-17 00:48:40 +0000 | |
| commit | b44c0e7be18d425e54659adc9519af72df81e210 (patch) | |
| tree | 4494d0b0e8fba528cffd4bf895c2aa80140c5c07 | |
| parent | cdb9fa739f6f03b6ba46b1aa2a3d241b591e6380 (diff) | |
| parent | 0127cdfc865b3cd9d194a27cdeb060ec3bca3c90 (diff) | |
Merge "Ensure Snooze views adhere to the accessibility font weight." into sc-v2-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java index bfe352d57c24..aa511c66eabb 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationSnooze.java @@ -146,6 +146,7 @@ public class NotificationSnooze extends LinearLayout protected void onAttachedToWindow() { super.onAttachedToWindow(); logOptionSelection(MetricsEvent.NOTIFICATION_SNOOZE_CLICKED, mDefaultOption); + dispatchConfigurationChanged(getResources().getConfiguration()); } @Override |