Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9a97f51 authored by Andrew Cole's avatar Andrew Cole Committed by Automerger Merge Worker
Browse files

Merge "Multi-line titles supporting RTL" into udc-dev am: f011d433 am: aadd40dc

parents 3b7285f6 aadd40dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -249,6 +249,8 @@ public class SettingsActivity extends FragmentActivity
                        bottomPadding + insets.getSystemWindowInsetBottom());
                return insets.consumeSystemWindowInsets();
            });
            // Overriding Text Direction in the Androidx preference library to support RTL
            view.setTextDirection(View.TEXT_DIRECTION_LOCALE);
        }

        @Override