chore: code clean up

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-10 09:49:06 +08:00
parent 03d405e197
commit 59910e275e
133 changed files with 597 additions and 816 deletions

View File

@@ -5,8 +5,6 @@ import 'package:PiliPalaX/plugin/pl_player/index.dart';
import 'package:flutter/material.dart';
import 'package:flutter_smart_dialog/flutter_smart_dialog.dart';
import '../plugin/pl_player/controller.dart';
class ShutdownTimerService with WidgetsBindingObserver {
static final ShutdownTimerService _instance =
ShutdownTimerService._internal();
@@ -70,7 +68,7 @@ class ShutdownTimerService with WidgetsBindingObserver {
void _showShutdownDialog() {
if (isInBackground) {
print("app在后台运行不弹窗");
debugPrint("app在后台运行不弹窗");
_executeShutdown();
return;
}