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

Commit f2fda488 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PM] Set the TextDirection to TEXT_DIRECTION_LOCALE for message" into main

parents 0e5ffcd2 57c25410
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ public class InstallationFragment extends DialogFragment {
        mIndeterminateProgressBar = dialogView.requireViewById(R.id.indeterminate_progress_bar);
        mProgressBar = dialogView.requireViewById(R.id.progress_bar);
        mCustomMessageTextView = dialogView.requireViewById(R.id.custom_message);
        mCustomMessageTextView.setTextDirection(View.TEXT_DIRECTION_LOCALE);
        mMoreDetailsClickableLayout = dialogView.requireViewById(
                R.id.more_details_clickable_layout);
        mMoreDetailsExpandedLayout = dialogView.requireViewById(