Skip to content

Commit

Permalink
[FIX/#123] 미사용 signup activity 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Sep 8, 2024
1 parent a434bc6 commit ce4a4b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name="co.orange.presentation.buy.push.BuyPushActivity"
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name="co.orange.presentation.buy.finished.BuyFinishedActivity"
android:exported="false"
Expand Down Expand Up @@ -118,12 +113,6 @@
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name="co.orange.presentation.auth.signup_x.SignUpActivity"
android:exported="false"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize" />

<activity
android:name="co.orange.presentation.auth.submit.SubmitActivity"
android:exported="false"
Expand Down

0 comments on commit ce4a4b7

Please sign in to comment.