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 d4101bf0104..97427677d82 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 @@ -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 }