Skip to content

Commit

Permalink
Does this work??
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed May 9, 2024
1 parent e536be3 commit bd6c280
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 @@ -71,7 +71,6 @@ Future<void> testingMain(AuthCubit? authCubit, String? initialroute) async {
});

await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
await Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform);
runApp(
authCubit == null
? BlocProvider(
Expand Down

0 comments on commit bd6c280

Please sign in to comment.