Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Add missing line in Android Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
julroy67 committed Nov 7, 2022
1 parent c35441f commit 21927d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mastodon/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 21927d2

Please sign in to comment.