Skip to content

Commit

Permalink
hotfix: 화면 회전 방지
Browse files Browse the repository at this point in the history
  • Loading branch information
ghddbwns9808 committed May 19, 2024
1 parent a946e3b commit a2ab811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

<activity
android:name="com.kakao.sdk.auth.AuthCodeHandlerActivity"
android:exported="true">
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit a2ab811

Please sign in to comment.