remove unused provider

This commit is contained in:
Fabian Freund
2025-10-03 07:06:13 +02:00
parent 1716219055
commit 6421901505
3 changed files with 0 additions and 75 deletions
@@ -400,10 +400,6 @@ class BrowserScreen extends HookConsumerWidget {
.read(bottomSheetControllerProvider.notifier)
.dismiss();
return true;
} else {
ref
.read(bottomSheetExtendProvider.notifier)
.add(notification.extent);
}
return false;