diff --git a/lib/main.dart b/lib/main.dart index ce6fabb7..c0cc9967 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -29,7 +29,6 @@ Future main() async { startHouseKeeping(); Get.put(await initAudioService(), permanent: true); SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge); - SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); runApp(const MyApp()); }