From e0ecec7d01cf6212119f24bb8e79284a10489bec Mon Sep 17 00:00:00 2001 From: devmirza121 Date: Tue, 16 Aug 2022 14:26:40 +0300 Subject: [PATCH] New UI implementation 1.1 --- lib/pages/dashboard/dashboard_page.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/dashboard/dashboard_page.dart b/lib/pages/dashboard/dashboard_page.dart index 135de02..ab2b9a4 100644 --- a/lib/pages/dashboard/dashboard_page.dart +++ b/lib/pages/dashboard/dashboard_page.dart @@ -201,7 +201,6 @@ class _DashboardPageState extends State { ), title: LocaleKeys.signOut.tr().toText12(), onTap: () { - pop(context); pop(context); navigateReplaceWithName(context, AppRoutes.registerSelection); },