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