Skip to content

Commit

Permalink
Solved: On screen rotation selected forms get unselected getodk#120
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitSachan1999 committed Jan 17, 2020
1 parent 6768e37 commit de1a07f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skunkworks_crow/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@

<activity
android:name=".views.ui.send.SendFormsActivity"
android:parentActivityName=".views.ui.main.MainActivity">
android:parentActivityName=".views.ui.main.MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".views.ui.main.MainActivity" />
Expand Down

0 comments on commit de1a07f

Please sign in to comment.