Skip to content

Commit

Permalink
Enable RTL support in the demo app
Browse files Browse the repository at this point in the history
We might as well keep this enabled by default, rather than having to
manually toggle it on to investigate RTL issues like Issue: #227.

PiperOrigin-RevId: 497159744
(cherry picked from commit 69583d0)
  • Loading branch information
icbaker authored and christosts committed Jan 25, 2023
1 parent a94aa8d commit 70156dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/main/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:largeHeap="true"
android:allowBackup="false"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:name="androidx.multidex.MultiDexApplication"
tools:targetApi="29">

Expand Down

0 comments on commit 70156dc

Please sign in to comment.