From d60367768b44ccd97722e68f7fbef6206aeceea9 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)
---
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 2f1338f9f..1ad255903 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 2f1338f9f..1ad255903 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