From e60627c657625363ec0995e2046937d18e37b5e3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 18 May 2022 15:20:57 +0300 Subject: [PATCH] Show review app CTA sooner --- lib/ui/app/menu_drawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/app/menu_drawer.dart b/lib/ui/app/menu_drawer.dart index dd0e7a9a7..d55e47511 100644 --- a/lib/ui/app/menu_drawer.dart +++ b/lib/ui/app/menu_drawer.dart @@ -1317,7 +1317,7 @@ void _showAbout(BuildContext context) async { onPressed: () => _showUpdate(context), ), ], - if (daysActive > 100) + if (daysActive > 30) AppButton( label: localization.reviewApp.toUpperCase(), iconData: Icons.star,