diff --git a/mobile/lib/ui/tabs/home_widget.dart b/mobile/lib/ui/tabs/home_widget.dart index 1cc8ad754..561b1f4ba 100644 --- a/mobile/lib/ui/tabs/home_widget.dart +++ b/mobile/lib/ui/tabs/home_widget.dart @@ -80,7 +80,6 @@ class _HomeWidgetState extends State { final _logger = Logger("HomeWidgetState"); final _selectedFiles = SelectedFiles(); - final GlobalKey shareButtonKey = GlobalKey(); final PageController _pageController = PageController(); int _selectedTabIndex = 0; diff --git a/mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart b/mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart index 539cbc182..1026bd7fd 100644 --- a/mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart +++ b/mobile/lib/ui/viewer/gallery/gallery_app_bar_widget.dart @@ -86,7 +86,6 @@ class _GalleryAppBarWidgetState extends State { late Function() _selectedFilesListener; String? _appBarTitle; late CollectionActions collectionActions; - final GlobalKey shareButtonKey = GlobalKey(); bool isQuickLink = false; late bool isInternalUser; late GalleryType galleryType;