From 3ddd65dfcec2abd4d89e88f50f29efeea84ee0fa Mon Sep 17 00:00:00 2001 From: Sad Ellie Date: Sat, 2 Sep 2023 23:39:42 +0300 Subject: [PATCH] Fix RTL support by removing it --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f6ab685e..4d47d3f2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:icon="@mipmap/ic_launcher_icon" android:label="@string/calculator" - android:supportsRtl="true" + android:supportsRtl="false" android:theme="@style/Theme.Unitto">