Skip to content

Commit

Permalink
#35 / Update AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdmf1026 committed Jul 18, 2023
1 parent 64ea8ca commit 3035611
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 @@ -80,7 +80,7 @@
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".presentation.MissionDetailCreateActivity"
android:name=".presentation.shortgame.missiondetailcreate.MissionDetailCreateActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
Expand All @@ -92,7 +92,7 @@
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".presentation.shortgame.CreateShortGameActivity"
android:name=".presentation.shortgame.createshortgame.CreateShortGameActivity"
android:exported="false"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize" />
Expand Down

0 comments on commit 3035611

Please sign in to comment.