From 4d49d2f5b5fcb704c62aeb38c5e159c8881a44c1 Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Sun, 26 May 2024 08:31:22 -0700 Subject: [PATCH] fix support for themed icons With the new icon, themed icons no longer work. This adds the old monochrome icon back. The alternative would be to add a monochrome for the new icon. --- .../app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 3 ++- .../app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 036d09bc5..858386cff 100644 --- a/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ - \ No newline at end of file + + diff --git a/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 036d09bc5..858386cff 100644 --- a/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/android/Omnivore/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ - \ No newline at end of file + +