Skip to content

Commit e09ce41

Browse files
Szymon20000domdomegg
authored andcommitted
Fix SearchActivity crash on orientation change on lower API levels (commons-app#2129)
1 parent 932c75a commit e09ce41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<activity
103103
android:name=".explore.SearchActivity"
104104
android:label="@string/title_activity_search"
105-
android:configChanges="orientation|keyboardHidden"
105+
android:configChanges="orientation|keyboardHidden|screenSize"
106106
android:parentActivityName=".contributions.MainActivity"
107107
/>
108108

0 commit comments

Comments
 (0)