From bb5d998fef01e052d72a8dee6c0a6d50629a1f51 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Fri, 17 Feb 2023 19:37:16 +0000 Subject: [PATCH] Do not cache the bubble settings illustration This allows us to load a different asset depending on the configuration of the device. Test: manual Bug: 269233648 Change-Id: Ieff757893ca950e649717750a602991e72a943d0 --- res/xml/bubble_notification_settings.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/xml/bubble_notification_settings.xml b/res/xml/bubble_notification_settings.xml index 7cf8e53e3de..3e137d7001a 100644 --- a/res/xml/bubble_notification_settings.xml +++ b/res/xml/bubble_notification_settings.xml @@ -27,6 +27,7 @@ android:key="bubbles_illustration" settings:searchable="false" app:lottie_rawRes="@raw/lottie_bubbles" + app:lottie_cacheComposition="false" settings:dynamicColor="true" settings:controller="com.android.settings.notification.BubbleNotificationIllustrationPreferenceController"/>