From f89dc63541ecf776ea5eb386fffd3027157397d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E4=BC=9Fx?= Date: Tue, 26 Nov 2024 10:01:06 +0800 Subject: [PATCH] oat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 任伟x --- .../ohos/src/main/ets/components/plugin/AppLinksOhosPlugin.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_links/ohos/ohos/src/main/ets/components/plugin/AppLinksOhosPlugin.ets b/app_links/ohos/ohos/src/main/ets/components/plugin/AppLinksOhosPlugin.ets index 3939f20..4a287c2 100644 --- a/app_links/ohos/ohos/src/main/ets/components/plugin/AppLinksOhosPlugin.ets +++ b/app_links/ohos/ohos/src/main/ets/components/plugin/AppLinksOhosPlugin.ets @@ -35,7 +35,7 @@ export default class AppLinksOhosPlugin implements FlutterPlugin, MethodCallHand private eventChannel: EventChannel | null = null; private initialLink: String | null = null; private latestLink: String | null = null; - private eventSink: EventSink | null = null; + private eventSink: EventSink | null = null; constructor() { } -- Gitee