chore: remove redundant activity labels

This commit is contained in:
Niko Diamadis
2024-10-27 13:10:48 -04:00
parent 8f601db30f
commit 4cd2ddf17d

View File

@@ -28,7 +28,6 @@
<activity
android:name=".init.InitializationActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/AppTheme.SplashScreen"
android:windowSoftInputMode="adjustResize">
<intent-filter>
@@ -41,7 +40,6 @@
android:name=".messages.MessagesActivity"
android:exported="false"
android:launchMode="singleTask"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar" />
<activity
android:name=".login.LoginActivity"