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

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

Set correct accessibility delegate for the overview mode.

b/32004538

Change-Id: Ie68fe418b777784d747b004600ef1c98e96a4791
parent 1ee2db14
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -142,6 +142,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
        mLauncher.setAllAppsButton(mAllAppsHandle);
    }

    @Override
    public void setAccessibilityDelegate(AccessibilityDelegate delegate) {
        mAllAppsHandle.setAccessibilityDelegate(delegate);
    }

    @Override
    protected void onDraw(Canvas canvas) {
        if (mTotalScroll == 0 || mNumPagesFloat == 0) {