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

Commit 8b3f3850 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I395cce9878b075fcdb69b289b4c9202cd6e3bc0a
parents a453965b 786ea7b6
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;
            }