Skip to content

Commit

Permalink
little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhadeepKarmakar committed Nov 2, 2023
1 parent 1432666 commit 4e17e06
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,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 4e17e06

Please sign in to comment.