summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-12-17 00:48:40 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-12-17 00:48:40 +0000
commitb44c0e7be18d425e54659adc9519af72df81e210 (patch)
tree4494d0b0e8fba528cffd4bf895c2aa80140c5c07
parentcdb9fa739f6f03b6ba46b1aa2a3d241b591e6380 (diff)
parent0127cdfc865b3cd9d194a27cdeb060ec3bca3c90 (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.java1
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