Unverified Commit bf957e3e authored by Filipe Brito's avatar Filipe Brito Committed by GitHub

Merge pull request #2032 from Cool-fire/issue-2027

[BUG] Fixes Drawing cleared on orientation change issue
parents dd938089 d0c0907c
......@@ -5,7 +5,8 @@
<application android:name=".DrawApplication">
<activity
android:name=".main.ui.DrawingActivity"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
android:configChanges="orientation|screenSize|keyboardHidden"/>
</application>
</manifest>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment