Skip to content

Commit 9223dd6

Browse files
committed
disable RTL support for now to fix AppIntro bug
https://github.com/apl-devs/AppIntro/issues/547w
1 parent a315b41 commit 9223dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
android:label="@string/app_name"
4343
android:largeHeap="true"
4444
android:theme="@style/AppTheme"
45-
tools:replace="android:allowBackup"
45+
android:supportsRtl="false"
46+
tools:replace="android:allowBackup,android:supportsRtl"
4647
tools:ignore="GoogleAppIndexingWarning">
4748
<activity
4849
android:name=".ListActivity"

0 commit comments

Comments
 (0)