We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb850b commit 8fe143bCopy full SHA for 8fe143b
app/src/main/AndroidManifest.xml
@@ -62,7 +62,8 @@
62
</activity>
63
<activity
64
android:name=".activities.SettingsActivity"
65
- android:parentActivityName=".main.NeuroLab" />
+ android:parentActivityName=".main.NeuroLab"
66
+ android:configChanges="orientation|keyboardHidden"/>
67
68
android:name=".activities.OnBoardingActivity"
69
android:theme="@style/AppTheme.NoActionBar" />
0 commit comments