From 5d00e90a69c552e667edfa1c143621262d71e204 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 22 Jan 2018 08:34:07 -0800 Subject: [PATCH] Fix ic_launcher_round not used --- mobile/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/src/main/AndroidManifest.xml b/mobile/src/main/AndroidManifest.xml index 571c1583..5e40a259 100644 --- a/mobile/src/main/AndroidManifest.xml +++ b/mobile/src/main/AndroidManifest.xml @@ -22,6 +22,7 @@ android:allowBackup="false" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" + android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">