We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e082845 commit 542da4dCopy full SHA for 542da4d
lib/app/modules/home/controllers/home_controller.dart
@@ -606,7 +606,7 @@ class HomeController extends GetxController {
606
if (myUri.queryParameters["uuid"] != null) {
607
uuid.value = myUri.queryParameters["uuid"] as String;
608
isHomeWidgetTaskTapped.value = true;
609
- Future.delayed(const Duration(seconds: 2), () {
+ Future.delayed(Duration.zero, () {
610
Get.toNamed(Routes.DETAIL_ROUTE, arguments: ["uuid", uuid.value]);
611
});
612
}
0 commit comments