Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit bf957e3

Browse files
authored
Merge pull request #2032 from Cool-fire/issue-2027
[BUG] Fixes Drawing cleared on orientation change issue
2 parents dd93808 + d0c0907 commit bf957e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

draw/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<application android:name=".DrawApplication">
66
<activity
77
android:name=".main.ui.DrawingActivity"
8-
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
8+
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
9+
android:configChanges="orientation|screenSize|keyboardHidden"/>
910
</application>
1011

1112
</manifest>

0 commit comments

Comments
 (0)