fix extra parameter pushing

This commit is contained in:
Fabian Freund
2025-09-18 12:59:23 +02:00
parent e69987e52e
commit 7b9ff5b3da
+1 -1
View File
@@ -101,7 +101,7 @@ class MainApp extends HookConsumerWidget {
searchText: sharedContent.text,
$extra: true, //launched from intent
);
await router.push(route.location);
await router.push(route.location, extra: route.$extra);
}
}
});