Fix prev. commit.

This commit is contained in:
Imran Remtulla
2023-02-04 16:50:33 -05:00
parent 71c80f11f5
commit 31c491d7c5

View File

@@ -70,7 +70,7 @@ class _HomePageState extends State<HomePage> {
.currentState != .currentState !=
null) { null) {
// Avoid duplicate GlobalKey error // Avoid duplicate GlobalKey error
await Future.delayed(const Duration(milliseconds: 200)); await Future.delayed(const Duration(microseconds: 1));
} }
setState(() { setState(() {
selectedIndexHistory.clear(); selectedIndexHistory.clear();