Skip to content

Commit

Permalink
Opt out of RTL support
Browse files Browse the repository at this point in the history
Since we don't support it anyway nor do we have any plans to add it unless requested
  • Loading branch information
danielchalmers committed Oct 13, 2024
1 parent 037a7c2 commit f12751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JournalApp/Platforms/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="true" android:hasFragileUserData="true"></application>
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:supportsRtl="false" android:hasFragileUserData="true"></application>
</manifest>

0 comments on commit f12751e

Please sign in to comment.