mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 01:26:59 +08:00
mod: lint
mod: tweaks opt: publish page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -22,7 +22,7 @@ class ActionPanel extends StatefulWidget {
|
||||
|
||||
class _ActionPanelState extends State<ActionPanel> {
|
||||
bool isProcessing = false;
|
||||
void handleState(Future Function() action) async {
|
||||
Future<void> handleState(Future Function() action) async {
|
||||
if (isProcessing.not) {
|
||||
isProcessing = true;
|
||||
await action();
|
||||
|
||||
Reference in New Issue
Block a user