From adb77466f5c8e4c75cbd4c44d0b5908ad632712d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 13 Feb 2022 11:45:13 +0100 Subject: [PATCH] Fix forced inverted colors on Xiaomi phones MIUI inverts the colors of the app it thinks doesn't implement dark themes correctly. Also, it inverts the colors in the dumbest possible way: it doesn't invert all the colors the same way. It thinks that presumably because I don't use the Material base themes. --- res/values/themes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/values/themes.xml b/res/values/themes.xml index a7d99cf..b6fc55c 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -23,6 +23,7 @@