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

Commit 46b26a50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Flush Content Capture context updated event immediately" into sc-dev am: 3a4b5e08

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15096570

Change-Id: Iba764e748348e55553cb7b04ffbc47bfea95de11
parents 1f3e94f5 3a4b5e08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -773,7 +773,7 @@ public final class MainContentCaptureSession extends ContentCaptureSession {

    void notifyContextUpdated(int sessionId, @Nullable ContentCaptureContext context) {
        mHandler.post(() -> sendEvent(new ContentCaptureEvent(sessionId, TYPE_CONTEXT_UPDATED)
                .setClientContext(context)));
                .setClientContext(context), FORCE_FLUSH));
    }

    @Override