mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-08-06 09:29:58 +08:00
优化
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
group 'io.github.v7lin.tencent_kit'
|
||||
version '1.1.0'
|
||||
version '1.1.1'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
@ -45,9 +45,9 @@ public class TencentKitPlugin implements FlutterPlugin, ActivityAware {
|
||||
|
||||
@Override
|
||||
public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) {
|
||||
tencentKit.setApplicationContext(null);
|
||||
tencentKit.setActivity(null);
|
||||
tencentKit.stopListening();
|
||||
tencentKit.setActivity(null);
|
||||
tencentKit.setApplicationContext(null);
|
||||
}
|
||||
|
||||
// --- ActivityAware
|
||||
|
Reference in New Issue
Block a user