Skip to content

Commit 6d6a450

Browse files
committed
fix #750
1 parent d8b03b8 commit 6d6a450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<activity-alias
7676
android:name="${applicationId}.App"
7777
android:exported="true"
78-
android:targetActivity=".${targetActivity}">
78+
android:targetActivity=".HomeActivity">
7979
<intent-filter>
8080
<action android:name="android.intent.action.MAIN" />
8181

0 commit comments

Comments
 (0)