v1.2.1+55
All checks were successful
Flutter Schmutter / build (push) Successful in 3m42s

- fix deeplink
- add mute button
This commit is contained in:
2025-06-13 15:01:48 +02:00
parent 9655f15927
commit 2a500144f5
7 changed files with 46 additions and 14 deletions

View File

@@ -125,10 +125,6 @@ class _MediaGrid extends State<MediaGrid> {
],
),
bottomNavigationBar: FilterBar(scrollController: _scrollController),
floatingActionButton: FloatingActionButton(
onPressed: () {},
child: Icon(Icons.add),
),
);
}
}