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