generated from dellevin/template
代码优化
This commit is contained in:
@@ -80,8 +80,6 @@ class _MovieTabPageState extends State<MovieTabPage> {
|
||||
}
|
||||
}
|
||||
|
||||
String get _currentStatus => _statusMap[context.read<AppProvider>().movieStatusIndex] ?? 'watched';
|
||||
|
||||
Future<void> _loadFirst() async {
|
||||
final provider = context.read<AppProvider>();
|
||||
final statusIdx = provider.movieStatusIndex;
|
||||
|
||||
Reference in New Issue
Block a user