Cancel event

This commit is contained in:
Vishnu Mohandas 2021-06-29 15:02:33 +05:30
parent 64e38301a6
commit 1af62277c2

View file

@ -411,6 +411,7 @@ class _HomeWidgetState extends State<HomeWidget> {
_loggedOutEvent.cancel();
_permissionGrantedEvent.cancel();
_firstImportEvent.cancel();
_backupFoldersUpdatedEvent.cancel();
super.dispose();
}
}