- fix deeplink - add mute button
This commit is contained in:
@ -44,7 +44,9 @@ class _DetailViewState extends State<DetailView> {
|
||||
|
||||
Future<void> _fetchAndPreloadMedia(int targetId) async {
|
||||
try {
|
||||
await apiService.setTag(null);
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||
await apiService.setTag(null);
|
||||
});
|
||||
await apiService.fetchMedia(id: targetId + 50, reset: false);
|
||||
_initializePageController();
|
||||
} catch (e) {
|
||||
|
@ -125,10 +125,6 @@ class _MediaGrid extends State<MediaGrid> {
|
||||
],
|
||||
),
|
||||
bottomNavigationBar: FilterBar(scrollController: _scrollController),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
onPressed: () {},
|
||||
child: Icon(Icons.add),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user