Skip to content

Commit

Permalink
✏️ update : 시작 화면 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjjungg committed Jan 21, 2023
1 parent 80fe50c commit 67d6f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
android:value="" />
</activity>
<activity
android:name=".ui.view.MainActivity"
android:name=".ui.view.LoginActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -96,7 +96,7 @@
android:value="" />
</activity>
<activity
android:name=".ui.view.LoginActivity"
android:name=".ui.view.MainActivity"
android:exported="true">
<meta-data
android:name="android.app.lib_name"
Expand Down

0 comments on commit 67d6f57

Please sign in to comment.