From a056373207ce5a71df147a729fd78ec19f5e80a1 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 4 Dec 2023 11:29:59 -0700 Subject: [PATCH] Cleanup naming --- lib/ui/screens/photo_gallery/photo_gallery.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/screens/photo_gallery/photo_gallery.dart b/lib/ui/screens/photo_gallery/photo_gallery.dart index b1f1d6c2..644649bd 100644 --- a/lib/ui/screens/photo_gallery/photo_gallery.dart +++ b/lib/ui/screens/photo_gallery/photo_gallery.dart @@ -175,7 +175,7 @@ class _PhotoGalleryState extends State { @override Widget build(BuildContext context) { - return FullScreenKeyboardListener( + return FullscreenKeyboardListener( onKeyDown: _handleKeyDown, child: ValueListenableBuilder>( valueListenable: _photoIds,