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

Commit c5afad6e authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Set contentDescription on caret

Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448
parent 6f28e71e
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) {