mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-21 01:07:12 +08:00
tencent_kit 1.1.1
This commit is contained in:
@ -55,12 +55,10 @@ class _HomeState extends State<Home> {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
if (_login != null) {
|
_login?.cancel();
|
||||||
_login.cancel();
|
_login = null;
|
||||||
}
|
_share?.cancel();
|
||||||
if (_share != null) {
|
_share = null;
|
||||||
_share.cancel();
|
|
||||||
}
|
|
||||||
super.dispose();
|
super.dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user