Merge "Ensure Snooze views adhere to the accessibility font weight." into sc-v2-dev

This commit is contained in:
TreeHugger Robot
2021-12-17 00:48:40 +00:00
committed by Android (Google) Code Review

View File

@@ -146,6 +146,7 @@ public class NotificationSnooze extends LinearLayout
protected void onAttachedToWindow() { protected void onAttachedToWindow() {
super.onAttachedToWindow(); super.onAttachedToWindow();
logOptionSelection(MetricsEvent.NOTIFICATION_SNOOZE_CLICKED, mDefaultOption); logOptionSelection(MetricsEvent.NOTIFICATION_SNOOZE_CLICKED, mDefaultOption);
dispatchConfigurationChanged(getResources().getConfiguration());
} }
@Override @Override