fix favorites page

This commit is contained in:
2024-11-07 08:59:49 +08:00
parent e51a58ba4f
commit 5d43f5c556
6 changed files with 51 additions and 14 deletions

View File

@@ -6,7 +6,6 @@ Future<void> newFolder() async {
context: App.rootContext,
builder: (context) {
var controller = TextEditingController();
var folders = LocalFavoritesManager().folderNames;
String? error;
return StatefulBuilder(builder: (context, setState) {