summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-01 11:12:39 +0300
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-08-01 11:12:39 +0300
commiteeb9813dd230654af7ccf3a146307bc0ee6a3b19 (patch)
tree6f69782da85ed73547669e1713512bab7330ca79
parentf86f0226dd7f87fef97378cff225754ae5d69c90 (diff)
downloadqtlocation-mapboxgl-upstream/lp-appcompatreference.tar.gz
[android] remove unnecessary android:appComponentFactory referenceupstream/lp-appcompatreference
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 03e530e174..84ee250931 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -13,9 +13,7 @@
android:label="@string/app_name"
android:roundIcon="@drawable/ic_launcher_round"
android:supportsRtl="true"
- android:theme="@style/AppTheme"
- tools:replace="android:appComponentFactory"
- android:appComponentFactory="customComponentFactory">
+ android:theme="@style/AppTheme">
<activity
android:name=".activity.FeatureOverviewActivity"