generated from dellevin/template
在线影视详情界面优化
This commit is contained in:
@@ -522,7 +522,7 @@ class _MovieDetailPageState extends State<MovieDetailPage>
|
|||||||
return Scaffold(
|
return Scaffold(
|
||||||
backgroundColor: colors.surface,
|
backgroundColor: colors.surface,
|
||||||
floatingActionButton:
|
floatingActionButton:
|
||||||
(!_loading && _error == null && _localMovie == null && _data != null)
|
(!_loading && _error == null && _localMovie == null && _data != null && _currentTab != 2)
|
||||||
? FloatingActionButton(
|
? FloatingActionButton(
|
||||||
onPressed: _showAddSheet,
|
onPressed: _showAddSheet,
|
||||||
backgroundColor: colors.primary,
|
backgroundColor: colors.primary,
|
||||||
|
|||||||
Reference in New Issue
Block a user