Skip to content

Commit

Permalink
Made App landscape mode compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Aug 20, 2024
1 parent 4154bf2 commit 2f24c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Future<void> main() async {
startHouseKeeping();
Get.put<AudioHandler>(await initAudioService(), permanent: true);
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
runApp(const MyApp());
}

Expand Down

0 comments on commit 2f24c97

Please sign in to comment.