在线影视详情界面优化

This commit is contained in:
DelLevin-Home
2026-08-12 14:22:42 +08:00
parent 432c14462f
commit e9e4b27627

View File

@@ -522,7 +522,7 @@ class _MovieDetailPageState extends State<MovieDetailPage>
return Scaffold(
backgroundColor: colors.surface,
floatingActionButton:
(!_loading && _error == null && _localMovie == null && _data != null)
(!_loading && _error == null && _localMovie == null && _data != null && _currentTab != 2)
? FloatingActionButton(
onPressed: _showAddSheet,
backgroundColor: colors.primary,