From 9e94d078cfcc71b8b7902dad765172029fc89f89 Mon Sep 17 00:00:00 2001
From: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
Date: Fri, 18 Nov 2022 00:23:48 +0700
Subject: [PATCH] Fix monochrome launcher icon not applied when non-round shape
is used (#8552)
(cherry picked from commit d60367768b44ccd97722e68f7fbef6206aeceea9)
---
app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml | 1 +
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
index 7353dbd1f..385506ee8 100644
--- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index 7353dbd1f..385506ee8 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
+
\ No newline at end of file