From c2d33ac9d3f2f90013a58349cf8bf10a79ac2af6 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 4 Dec 2023 11:31:22 -0700 Subject: [PATCH] Cleanup naming --- lib/ui/common/modals/fullscreen_url_img_viewer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,