fix extra parameter pushing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user