Skip to content

Commit 903d4a9

Browse files
committed
Fixed build problem and crashing SearchActivity after orientation change
1 parent 718ad3a commit 903d4a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
exclude group: 'com.google.android', module: 'android'
3131
}
3232

33+
implementation "com.mapzen.android:lost:3.0.2"
3334
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
3435
transitive = true
3536
}

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)