Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b15a8557 authored by Riley Jones's avatar Riley Jones Committed by Android (Google) Code Review
Browse files

Merge "Fix for next button contentdescription in TextReadingPreviewPreference" into main

parents ccadee76 fd0c7110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class TextReadingPreviewPreference extends Preference {
                R.string.preview_pager_previous_button));
        nextButton.setOnClickListener((view) ->
                viewPager.setCurrentItem(getCurrentItem() + 1));
        previousButton.setContentDescription(getContext().getString(
        nextButton.setContentDescription(getContext().getString(
                R.string.preview_pager_next_button));
    }