From 0a9c0cb01e9d7652711c7a2e6b67084d3fe9ceba Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Fri, 2 Dec 2022 15:06:22 -0800 Subject: [PATCH] Updated the threading notice for platform channel responses. --- src/development/platform-integration/platform-channels.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/development/platform-integration/platform-channels.md b/src/development/platform-integration/platform-channels.md index 3ce8b5f606c..ab51a4983fc 100644 --- a/src/development/platform-integration/platform-channels.md +++ b/src/development/platform-integration/platform-channels.md @@ -977,8 +977,7 @@ The platform side's handlers can execute on the platform's main thread or they can execute on a background thread if using a Task Queue. You can invoke the platform side handlers asynchronously -and on any thread when the Task Queue API is available; -otherwise, they must be invoked on the platform thread. +and on any thread. {{site.alert.note}} On Android, the platform's main thread is sometimes