Skip to content

Commit a2f9157

Browse files
committed
reverse orientation hack
1 parent 275009b commit a2f9157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
android:theme="@style/CustomActionBarTheme">
2424
<activity
2525
android:name=".DroidZebra"
26-
android:configChanges="keyboardHidden|orientation"
26+
android:configChanges="keyboardHidden"
2727
android:label="@string/app_name"
2828
android:launchMode="singleTask"
2929
android:multiprocess="false"

0 commit comments

Comments
 (0)