Skip to content

Commit

Permalink
RenderActivity is now locked to portait mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Nov 25, 2018
1 parent 49a39c7 commit dc59ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
</activity>
<activity
android:name=".ui.RenderActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen">
android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait">
</activity>
<activity
android:name=".ui.SettingsActivity"
Expand Down

0 comments on commit dc59ce6

Please sign in to comment.