mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
remove
This commit is contained in:
@@ -172,8 +172,6 @@ class _NestedTabBarState extends ConsumerState<NestedTabBar>
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
var torrents = ref.watch(
|
|
||||||
mediaTorrentsDataProvider(TorrentQuery(mediaId: widget.id)).future);
|
|
||||||
var histories = ref.watch(mediaHistoryDataProvider(widget.id));
|
var histories = ref.watch(mediaHistoryDataProvider(widget.id));
|
||||||
|
|
||||||
return Column(
|
return Column(
|
||||||
|
|||||||
Reference in New Issue
Block a user