diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart index a045b01..f54badd 100644 --- a/lib/home/home_screen.dart +++ b/lib/home/home_screen.dart @@ -153,8 +153,8 @@ class MyHomePage extends StatelessWidget { log(appProvider.currentScreenRotation.toString()); return RotatedBox( - quarterTurns: 3, - // quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation), + // quarterTurns: 3, + quarterTurns: getTurnsByOrientation(appProvider.currentScreenRotation), child: AppScaffold( appProvider: appProvider, appBar: const AppHeader(),