File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
AnkiDroid/src/main/java/com/ichi2/widget Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ package com.ichi2.widget
1818
1919import android.appwidget.AppWidgetManager
2020import android.content.Context
21- import com.ichi2.utils.AdaptionUtil
2221
2322/* *
2423 * @return An [AppWidgetManager] for the provided context, or `null`
@@ -34,7 +33,4 @@ fun getAppWidgetManager(context: Context): AppWidgetManager? {
3433
3534/* * Whether 'Material You' dynamic color should be used for widgets */
3635val disableMaterialYouDynamicColor: Boolean
37- // #18869: MIUI 14 (Android 13) doesn't support Material You well - the color is
38- // based on the system background color, with no means to disable it.
39- // unconfirmed if this is fixed in future MIUI versions
40- get() = AdaptionUtil .isMiui
36+ get() = true
You can’t perform that action at this time.
0 commit comments