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

Commit 4584cbf9 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix flaky issue" into rvc-dev am: b73559ee am: 786ea7b6 am: b0a9067a

Change-Id: Ib19c788b3dd3aa8e29070ba410fe4260dfcc7701
parents 39660875 b0a9067a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import static com.android.server.wm.utils.RegionUtils.forEachRect;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.annotation.NonNull;
import android.app.Service;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
@@ -127,7 +126,7 @@ final class AccessibilityController {
    public boolean setWindowsForAccessibilityCallbackLocked(int displayId,
            WindowsForAccessibilityCallback callback) {
        if (callback != null) {
            final DisplayContent dc = mService.mRoot.getDisplayContent(displayId);
            final DisplayContent dc = mService.mRoot.getDisplayContentOrCreate(displayId);
            if (dc == null) {
                return false;
            }