From 3b4aa33ff3744c5de77dc90c0962e7540f1e2afc Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 18 Jan 2026 17:28:10 +0100 Subject: Fix crash when using the Monet themes on Android 9 (#1155) The color resources starting with `@android:color/system_` are not available on API < 31. No effort is made to implement the Monet feature on Android 9. Instead, the monet themes look like the Dark and Light themes.--- res/values/themes.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'res/values/themes.xml') diff --git a/res/values/themes.xml b/res/values/themes.xml index 84a4d6b..566c875 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -181,25 +181,25 @@ -- cgit v1.2.3