Skip to content

Commit 412ed63

Browse files
committed
fix: wrong launcher icon name
1 parent c349b82 commit 412ed63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
android:dataExtractionRules="@xml/data_extraction_rules"
88
android:fullBackupContent="@xml/backup_rules"
99
android:icon="@mipmap/ic_launcher"
10-
android:label="@string/app_name_launcher"
10+
android:label="@string/app_name"
1111
android:roundIcon="@mipmap/ic_launcher_round"
1212
android:supportsRtl="true"
1313
android:theme="@style/Theme.UKTicketBarrierErrors"
1414
tools:targetApi="31">
1515
<activity
1616
android:name=".MainActivity"
1717
android:exported="true"
18-
android:label="@string/app_name"
18+
android:label="@string/app_name_launcher"
1919
android:theme="@style/Theme.UKTicketBarrierErrors"
2020
android:windowSoftInputMode="adjustResize">
2121
<intent-filter>

0 commit comments

Comments
 (0)