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

Commit 62162d33 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

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

am: eb205af0

Change-Id: I065a438600dbdd42faf0216ba657ac3ac7935947
parents 94f0c04e 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) {