From 7f786610a7c10b88344343a058a0ab94f2157064 Mon Sep 17 00:00:00 2001 From: Shawn Date: Fri, 3 Nov 2023 14:29:46 -0600 Subject: [PATCH] Remove duplicated comment --- lib/logic/app_logic.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/logic/app_logic.dart b/lib/logic/app_logic.dart index f6b87a31..c2bf1d66 100644 --- a/lib/logic/app_logic.dart +++ b/lib/logic/app_logic.dart @@ -92,9 +92,6 @@ class AppLogic { bool shouldUseNavRail() => _appSize.width > _appSize.height && _appSize.height > 250; - /// Enable landscape, portrait or both. Views can call this method to override the default settings. - /// For example, the [FullscreenVideoViewer] always wants to enable both landscape and portrait. - /// If a view overrides this, it is responsible for setting it back to [supportedOrientations] when disposed. void _updateSystemOrientation() { final axisList = _supportedOrientationsOverride ?? supportedOrientations; //debugPrint('updateDeviceOrientation, supportedAxis: $axisList');