Skip to content

Commit

Permalink
reverse orientation hack
Browse files Browse the repository at this point in the history
  • Loading branch information
oers committed Oct 20, 2019
1 parent 275009b commit a2f9157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
android:theme="@style/CustomActionBarTheme">
<activity
android:name=".DroidZebra"
android:configChanges="keyboardHidden|orientation"
android:configChanges="keyboardHidden"
android:label="@string/app_name"
android:launchMode="singleTask"
android:multiprocess="false"
Expand Down

0 comments on commit a2f9157

Please sign in to comment.