Skip to content

Commit f12751e

Browse files
Opt out of RTL support
Since we don't support it anyway nor do we have any plans to add it unless requested
1 parent 037a7c2 commit f12751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3-
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true" android:hasFragileUserData="true"></application>
3+
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="false" android:hasFragileUserData="true"></application>
44
</manifest>

0 commit comments

Comments
 (0)