Skip to content

Commit

Permalink
disable RTL support for now to fix AppIntro bug
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Oct 3, 2018
1 parent a315b41 commit 9223dd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/AppTheme"
tools:replace="android:allowBackup"
android:supportsRtl="false"
tools:replace="android:allowBackup,android:supportsRtl"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".ListActivity"
Expand Down

0 comments on commit 9223dd6

Please sign in to comment.