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

Commit c1c61267 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Set contentDescription on caret" into ub-launcher3-calgary-polish

parents 488d8ade c5afad6e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -158,6 +158,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
                mLinePaint);
    }

    @Override
    public void setContentDescription(CharSequence contentDescription) {
        mAllAppsHandle.setContentDescription(contentDescription);
    }

    @Override
    public void setScroll(int currentScroll, int totalScroll) {
        if (getAlpha() == 0) {