Merge branch 'jreilly112-main-patch-24120' into 'main'

Added monochrome entry for themed icon support in Android 13

See merge request famedly/fluffychat!907
krille/fix-share-ios
Krille Fear 3 years ago
commit 23fad74fd3

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/> <background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon> </adaptive-icon>
Loading…
Cancel
Save