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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16493418

Change-Id: Ied1160548e0915dee31475da2fa8de451ab92851
This commit is contained in:
TreeHugger Robot
2021-12-17 01:01:38 +00:00
committed by Automerger Merge Worker

View File

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