diff --git a/app/src/main/java/org/oppia/android/app/policies/PoliciesFragmentPresenter.kt b/app/src/main/java/org/oppia/android/app/policies/PoliciesFragmentPresenter.kt index 97427677d82..59dd0a9e9cc 100644 --- a/app/src/main/java/org/oppia/android/app/policies/PoliciesFragmentPresenter.kt +++ b/app/src/main/java/org/oppia/android/app/policies/PoliciesFragmentPresenter.kt @@ -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 }