small optimizations

This commit is contained in:
Fabian Freund
2025-03-25 19:48:10 +01:00
parent 9bc9c53559
commit 9ad5f485b9
8 changed files with 42 additions and 29 deletions
@@ -268,7 +268,7 @@ class TabRepository extends _$TabRepository {
});
});
ref.listen(intentStreamProvider, (previous, next) {
ref.listen(engineBoundIntentStreamProvider, (previous, next) {
next.whenData((value) async {
switch (value) {
case SharedUrl():