From 31c491d7c5b672cfdfb5df73582ac10383b1d6d5 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 4 Feb 2023 16:50:33 -0500 Subject: [PATCH] Fix prev. commit. --- lib/pages/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/home.dart b/lib/pages/home.dart index 8700889..d233297 100644 --- a/lib/pages/home.dart +++ b/lib/pages/home.dart @@ -70,7 +70,7 @@ class _HomePageState extends State { .currentState != null) { // Avoid duplicate GlobalKey error - await Future.delayed(const Duration(milliseconds: 200)); + await Future.delayed(const Duration(microseconds: 1)); } setState(() { selectedIndexHistory.clear();