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

Commit f011d433 authored by Andrew Cole's avatar Andrew Cole Committed by Android (Google) Code Review
Browse files

Merge "Multi-line titles supporting RTL" into udc-dev

parents 4ad5ffd0 0aae6049
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