diff --git a/lib/ui/common/modals/fullscreen_url_img_viewer.dart b/lib/ui/common/modals/fullscreen_url_img_viewer.dart index 3f44f281..c8dbe71c 100644 --- a/lib/ui/common/modals/fullscreen_url_img_viewer.dart +++ b/lib/ui/common/modals/fullscreen_url_img_viewer.dart @@ -80,7 +80,7 @@ class _FullscreenUrlImgViewerState extends State { child: ExcludeSemantics(child: content), ); - return FullScreenKeyboardListener( + return FullscreenKeyboardListener( onKeyDown: _handleKeyDown, child: Container( color: $styles.colors.black,