feat: 关注/取关用户

This commit is contained in:
guozhigq
2023-07-21 22:14:17 +08:00
parent ddc4a8eec2
commit b9f9714677
9 changed files with 251 additions and 195 deletions

View File

@ -97,7 +97,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
@override
// 离开当前页面时
void didPushNext() async {
if (!_meeduPlayerController!.pipEnabled) {
if (!_meeduPlayerController!.pipAvailable.value) {
_meeduPlayerController!.pause();
}
if (videoDetailController.timer!.isActive) {