Skip to content

Commit 421e175

Browse files
committed
Fix: correct MainActivity path in manifest from .MainActivity to .app.MainActivity
1 parent 25c5bdb commit 421e175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:supportsRtl="true">
3030

3131
<activity
32-
android:name=".MainActivity"
32+
android:name=".app.MainActivity"
3333
android:exported="true"
3434
android:theme="@style/Theme.OpenTasker">
3535
<intent-filter>

0 commit comments

Comments
 (0)