[mobile][photos] Remove unused global keys (#1309)
This commit is contained in:
parent
cb94dd8b42
commit
8b643549fe
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue