generated from dellevin/template
代码优化
This commit is contained in:
@@ -201,7 +201,6 @@ class _SearchPageState extends State<SearchPage> {
|
||||
}
|
||||
|
||||
Widget _buildFilterRow() {
|
||||
final colors = Theme.of(context).colorScheme;
|
||||
final keyword = _searchController.text.trim();
|
||||
final provider = context.read<AppProvider>();
|
||||
int movieCount = 0, bookCount = 0, noteCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user