Skip to content

Commit

Permalink
[ADD/#109] 계좌등록뷰 manifest 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Sep 3, 2024
1 parent 78e33cb commit eef6ef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name="co.orange.presentation.bank.add.BankAddActivity"
android:exported="false"
android:screenOrientation="portrait" />

<activity
android:name="co.orange.presentation.main.profile.ReportActivity"
android:exported="false"
Expand Down

0 comments on commit eef6ef6

Please sign in to comment.