From 96bdb4f450fa52a4343a73712242cdaa85fcb360 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Jan 2021 15:45:40 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=C3=A8=C2=A6fix=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- .../authorize/authprovider/launcher/MogoMainAuthorize.kt | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 26ae450265..f07db0dbee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -139,7 +139,7 @@ HTTPDNS_NOOP_VERSION = 2.0.12 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.2.56 +CARCHATTING_VERSION=2.2.57 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.10 # websocket diff --git a/modules/mogo-module-authorize/src/main/java/com/mogo/module/authorize/authprovider/launcher/MogoMainAuthorize.kt b/modules/mogo-module-authorize/src/main/java/com/mogo/module/authorize/authprovider/launcher/MogoMainAuthorize.kt index 4b527dc993..e62a641977 100644 --- a/modules/mogo-module-authorize/src/main/java/com/mogo/module/authorize/authprovider/launcher/MogoMainAuthorize.kt +++ b/modules/mogo-module-authorize/src/main/java/com/mogo/module/authorize/authprovider/launcher/MogoMainAuthorize.kt @@ -97,7 +97,11 @@ class MogoMainAuthorize private constructor() : MogoAuthorizeManagerImpl(), IMog } } - fun release(){ + fun release() { + if (authorizeDialog != null && authorizeDialog!!.isShowing) { + authorizeDialog!!.dismiss() + authorizeDialog = null + } mContext = null } From 8bcfa2c739765941cb07b3bf522fbf3a598e23b6 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Jan 2021 17:07:09 +0800 Subject: [PATCH 2/3] fix bug --- .idea/gradle.xml | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 9d8d20d50d..5974cf305a 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -84,7 +84,6 @@ diff --git a/gradle.properties b/gradle.properties index f07db0dbee..6965fad3d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -139,7 +139,7 @@ HTTPDNS_NOOP_VERSION = 2.0.12 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.2.57 +CARCHATTING_VERSION=2.2.58 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.10 # websocket From cec1d63e5fc946a1736b541776456a36f6a72930 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 8 Jan 2021 18:03:48 +0800 Subject: [PATCH 3/3] fix bug --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6965fad3d9..e7d1dec48c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -139,7 +139,7 @@ HTTPDNS_NOOP_VERSION = 2.0.12 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.2.58 +CARCHATTING_VERSION=2.2.59 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.10 # websocket