Remove duplicated comment

This commit is contained in:
Shawn 2023-11-03 14:29:46 -06:00
parent 5b37a65f14
commit 7f786610a7

View File

@ -92,9 +92,6 @@ class AppLogic {
bool shouldUseNavRail() => _appSize.width > _appSize.height && _appSize.height > 250; 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() { void _updateSystemOrientation() {
final axisList = _supportedOrientationsOverride ?? supportedOrientations; final axisList = _supportedOrientationsOverride ?? supportedOrientations;
//debugPrint('updateDeviceOrientation, supportedAxis: $axisList'); //debugPrint('updateDeviceOrientation, supportedAxis: $axisList');