feat: hide dashbot fab when dashbot is open

This commit is contained in:
Udhay-Adithya
2025-09-24 22:27:21 +05:30
parent 35fad1338a
commit 5149179d66
4 changed files with 5 additions and 23 deletions

View File

@@ -87,10 +87,6 @@ class _DashbotTabState extends ConsumerState<DashbotTab>
.read(dashbotWindowNotifierProvider.notifier)
.togglePopped();
ref
.read(dashbotWindowNotifierProvider.notifier)
.toggleActive();
final newState =
ref.read(dashbotWindowNotifierProvider);
if (newState.isPopped) {