Skip to content

Commit

Permalink
Fix #39 팝업뷰/분할화면 미지원
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanjuuuuu committed Jun 30, 2021
1 parent ce771ba commit a50adc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:theme="@style/Theme.Nugasa"
android:hardwareAccelerated="true">
<activity android:name=".MainActivity"
android:screenOrientation="portrait">
android:screenOrientation="portrait"
android:resizeableActivity="false" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit a50adc5

Please sign in to comment.