Skip to content

Commit

Permalink
setting orientation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitiz-kumar authored and jddeep committed Jan 13, 2020
1 parent 5fb850b commit 8fe143b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
</activity>
<activity
android:name=".activities.SettingsActivity"
android:parentActivityName=".main.NeuroLab" />
android:parentActivityName=".main.NeuroLab"
android:configChanges="orientation|keyboardHidden"/>
<activity
android:name=".activities.OnBoardingActivity"
android:theme="@style/AppTheme.NoActionBar" />
Expand Down

0 comments on commit 8fe143b

Please sign in to comment.