Skip to content

Commit

Permalink
Merge pull request #40 from Wanjuuuuu/wj/blockResize
Browse files Browse the repository at this point in the history
Wj/block resize
  • Loading branch information
eunwoop committed Jul 1, 2021
2 parents 8bd2631 + a50adc5 commit 8a15977
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 8a15977

Please sign in to comment.