Add missing line in Android Manifest

This commit is contained in:
Julien Humbert 2022-11-07 12:32:20 +09:00
parent c35441f5f7
commit 21927d2e25
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:localeConfig="@xml/locales_config"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark"