Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Zatsepin <az@mapswithme.com>2018-04-26 13:55:44 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-26 14:43:08 +0300
commit45a629e3e579391a245a979166df7668188bb4e9 (patch)
tree7007d3297c7abf56b2c89302d86f9df0c4d6f537 /android/AndroidManifest.xml
parent6c2d504d487d1b733149753a3a5dc0b534728492 (diff)
[android] Supressed rtl while we don't support it completely (libnotify enabled it)
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 556d12c1c7..6ecf440d11 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -61,6 +61,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/MwmTheme"
+ android:supportsRtl="false"
+ tools:replace="android:supportsRtl"
tools:ignore="UnusedAttribute">
<meta-data