From 24e418b2249cb959e7f9bd3a7ef0d0d0b1a2cf4d Mon Sep 17 00:00:00 2001 From: guoqing <guoqingkuku@163.com> Date: Fri, 24 Feb 2023 14:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=BB=E4=B8=BA=E5=85=AC?= =?UTF-8?q?=E5=85=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/kotlin/com/jarvanmo/rammus/RammusPushHandler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/kotlin/com/jarvanmo/rammus/RammusPushHandler.kt b/android/src/main/kotlin/com/jarvanmo/rammus/RammusPushHandler.kt index a1098a5..45e3b34 100644 --- a/android/src/main/kotlin/com/jarvanmo/rammus/RammusPushHandler.kt +++ b/android/src/main/kotlin/com/jarvanmo/rammus/RammusPushHandler.kt @@ -7,6 +7,6 @@ import io.flutter.plugin.common.MethodChannel * 鍐烽濡傚垁锛屼互澶у湴涓虹牕鏉匡紝瑙嗕紬鐢熶负楸艰倝銆� * 涓囬噷椋為洩锛屽皢绌硅媿浣滅儤鐐夛紝鐔斾竾鐗╀负鐧介摱銆� **/ -internal object RammusPushHandler { +object RammusPushHandler { var methodChannel:MethodChannel? = null } \ No newline at end of file -- 2.17.1