🐛 Fix requeue don't show
This commit is contained in:
parent
785da526d3
commit
289ea3ce40
@ -285,7 +285,11 @@ class _PlayerScreenState extends State<PlayerScreen> {
|
|||||||
isScrollControlled: true,
|
isScrollControlled: true,
|
||||||
context: context,
|
context: context,
|
||||||
builder: (context) => const PlayerQueuePopup(),
|
builder: (context) => const PlayerQueuePopup(),
|
||||||
);
|
).then((_) {
|
||||||
|
if (mounted) {
|
||||||
|
setState(() {});
|
||||||
|
}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user