From cda749ddfd3db03b9871ad55e23856f91ee2e25e Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 20 Nov 2024 20:07:32 +0530 Subject: [PATCH] [mob][photos] Remove stale code --- mobile/lib/ui/tabs/home_widget.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/lib/ui/tabs/home_widget.dart b/mobile/lib/ui/tabs/home_widget.dart index 2067adf636..3e4d55e2a2 100644 --- a/mobile/lib/ui/tabs/home_widget.dart +++ b/mobile/lib/ui/tabs/home_widget.dart @@ -106,7 +106,6 @@ class _HomeWidgetState extends State { late StreamSubscription _backupFoldersUpdatedEvent; late StreamSubscription _accountConfiguredEvent; late StreamSubscription _collectionUpdatedEvent; - late StreamSubscription _uriLinkEventSubscription; final DiffFetcher _diffFetcher = DiffFetcher(); @override @@ -352,7 +351,6 @@ class _HomeWidgetState extends State { _collectionUpdatedEvent.cancel(); isOnSearchTabNotifier.dispose(); _pageController.dispose(); - _uriLinkEventSubscription.cancel(); super.dispose(); }