Skip to content

Commit

Permalink
resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanat2002 authored and bdmendes committed Sep 12, 2023
1 parent b012823 commit 7209a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uni/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class MyAppState extends State<MyApp> {
builder: (context, themeNotifier, _) => MaterialApp(
title: 'uni',
theme: applicationLightTheme,
debugShowCheckedModeBanner: false, // this here sanat
darkTheme: applicationDarkTheme,
themeMode: themeNotifier.getTheme(),
initialRoute: widget.initialRoute,
Expand Down

0 comments on commit 7209a13

Please sign in to comment.