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
This commit is contained in:
Jeff DeCew
2023-02-17 19:37:16 +00:00
parent 1692714346
commit bb5d998fef

View File

@@ -27,6 +27,7 @@
android:key="bubbles_illustration" android:key="bubbles_illustration"
settings:searchable="false" settings:searchable="false"
app:lottie_rawRes="@raw/lottie_bubbles" app:lottie_rawRes="@raw/lottie_bubbles"
app:lottie_cacheComposition="false"
settings:dynamicColor="true" settings:dynamicColor="true"
settings:controller="com.android.settings.notification.BubbleNotificationIllustrationPreferenceController"/> settings:controller="com.android.settings.notification.BubbleNotificationIllustrationPreferenceController"/>