[android] switched on RTL support in android manifest.

Signed-off-by: Dzmitry Yarmolenka <dzmitry.yarmolenka.1986@gmail.com>
This commit is contained in:
Dzmitry Yarmolenka 2021-07-26 15:42:11 +02:00 committed by Roman Tsisyk
parent 5dcd1266f7
commit 7feeb1b611

View file

@ -58,7 +58,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/MwmTheme"
android:supportsRtl="false"
android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config">
<activity