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

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

Merge "Set correct accessibility delegate for the overview mode. b/32004538"...

Merge "Set correct accessibility delegate for the overview mode. b/32004538" into ub-launcher3-calgary-polish
parents 81300a9f eb205af0
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) {