[mobile][photos] Remove unused global keys (#1309)

This commit is contained in:
Ashil 2024-04-04 11:29:23 +05:30 committed by GitHub
parent cb94dd8b42
commit 8b643549fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -80,7 +80,6 @@ class _HomeWidgetState extends State<HomeWidget> {
final _logger = Logger("HomeWidgetState");
final _selectedFiles = SelectedFiles();
final GlobalKey shareButtonKey = GlobalKey();
final PageController _pageController = PageController();
int _selectedTabIndex = 0;

View file

@ -86,7 +86,6 @@ class _GalleryAppBarWidgetState extends State<GalleryAppBarWidget> {
late Function() _selectedFilesListener;
String? _appBarTitle;
late CollectionActions collectionActions;
final GlobalKey shareButtonKey = GlobalKey();
bool isQuickLink = false;
late bool isInternalUser;
late GalleryType galleryType;