From daa9f0e6d16c79ee6be4e3b5838eb51e55c5646c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BA=86=E6=B3=89?= Date: Thu, 29 Dec 2022 17:32:37 +0800 Subject: [PATCH] Update uts-for-android.md --- docs/plugin/uts-for-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin/uts-for-android.md b/docs/plugin/uts-for-android.md index a86e8b375..fcbcbbc23 100644 --- a/docs/plugin/uts-for-android.md +++ b/docs/plugin/uts-for-android.md @@ -118,7 +118,7 @@ setTimeOut(function(){ ```uts class AddUIRunnable extends Runnable { - override run():void { + override run():void { // do something console.log("这里是android平台主线程 :" + Thread.currentThread().getName()) } -- GitLab