Fixing the notification color, and app name

This commit is contained in:
LucasGGamerM
2022-12-10 09:33:36 -03:00
parent 6926432a6c
commit 8d0fe18b70
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<application
android:name=".MastodonApp"
android:allowBackup="true"
android:label="@string/sk_app_name"
android:label="@string/app_name"
android:supportsRtl="true"
android:localeConfig="@xml/locales_config"
android:icon="@mipmap/ic_launcher"