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 932c75a commit e09ce41Copy full SHA for e09ce41
app/src/main/AndroidManifest.xml
@@ -102,7 +102,7 @@
102
<activity
103
android:name=".explore.SearchActivity"
104
android:label="@string/title_activity_search"
105
- android:configChanges="orientation|keyboardHidden"
+ android:configChanges="orientation|keyboardHidden|screenSize"
106
android:parentActivityName=".contributions.MainActivity"
107
/>
108
0 commit comments