Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhadeepKarmakar committed Nov 2, 2023
1 parent 21296ae commit 94d6c1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ 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 94d6c1b

Please sign in to comment.