@ -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(),