Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhadeepKarmakar committed Oct 8, 2023
1 parent ac65d0b commit b8ae38f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ class PoliciesFragmentPresenter @Inject constructor(
}

/**
* Ensure that the Terms of Service and Privacy Policy are displayed with a left-aligned layout,
* even when the app is set to an RTL language.
*/
* Ensure that the Terms of Service and Privacy Policy are displayed with a left-aligned layout,
* even when the app is set to an RTL language.
*/
if (resourceHandler.getLayoutDirection() == ViewCompat.LAYOUT_DIRECTION_RTL) {
binding.policyDescriptionTextView.textAlignment = View.TEXT_ALIGNMENT_VIEW_END
}
Expand Down

0 comments on commit b8ae38f

Please sign in to comment.