fix: sftp upload (#175)

This commit is contained in:
lollipopkit
2023-12-18 16:17:57 +08:00
parent 3ff94413e4
commit dd2555fc3f
7 changed files with 18 additions and 16 deletions

View File

@@ -218,7 +218,7 @@ class TagSwitcher extends StatelessWidget implements PreferredSizeWidget {
),
);
}
@override
Size get preferredSize => const Size.fromHeight(_kTagBtnHeight);
}