Skip to content

Commit

Permalink
change home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
SolMendiola committed Jan 15, 2024
1 parent 1101e4d commit deee8b1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/ui/home/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ class _HomeContentScreenState extends State<HomeContentScreen> {
backgroundColor: context.theme.colors.background,
body: SafeArea(
child: UpgradeAlert(
upgrader: Upgrader(
debugLogging: true,
showIgnore: false,
durationUntilAlertAgain: Duration(milliseconds: 50),
),
child: child,),
upgrader: Upgrader(
showIgnore: false,
),
child: child,
),
),
drawer: AppDrawer(
tabsController: AutoTabsRouter.of(context),
Expand Down

0 comments on commit deee8b1

Please sign in to comment.