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

Commit 786ea7b6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I2c11eb147b9078403f1c7470faf1519aecead1c1
parents a87cb095 b73559ee
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;
            }