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 718ad3a commit 903d4a9Copy full SHA for 903d4a9
app/build.gradle
@@ -30,6 +30,7 @@ dependencies {
30
exclude group: 'com.google.android', module: 'android'
31
}
32
33
+ implementation "com.mapzen.android:lost:3.0.2"
34
implementation('com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar') {
35
transitive = true
36
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