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,