mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 04:17:00 +00:00
Added adaptive icon support.
Also moved our non-adaptive app icon into the mipmap folders, which is where they should be. Fixes #7607
This commit is contained in:
@@ -93,8 +93,7 @@
|
||||
<uses-permission android:name="org.thoughtcrime.securesms.permission.C2D_MESSAGE" />
|
||||
|
||||
<application android:name=".ApplicationContext"
|
||||
android:icon="@drawable/icon"
|
||||
android:roundIcon="@drawable/icon_circle"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
tools:replace="android:allowBackup"
|
||||
|
||||
Reference in New Issue
Block a user