Skip to content

Commit

Permalink
Update: AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
YiBeomSeok committed Jan 26, 2023
1 parent 9209d23 commit 87daa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</activity>
<activity
android:name=".ui.view.splash.SplashActivity"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 87daa5d

Please sign in to comment.