mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
@@ -45,8 +45,8 @@ class ShutdownTimerService with WidgetsBindingObserver {
|
||||
return;
|
||||
}
|
||||
SmartDialog.showToast("设置 $scheduledExitInMinutes 分钟后定时关闭");
|
||||
_shutdownTimer = Timer(
|
||||
Duration(minutes: scheduledExitInMinutes), () => _shutdownDecider());
|
||||
_shutdownTimer =
|
||||
Timer(Duration(minutes: scheduledExitInMinutes), _shutdownDecider);
|
||||
}
|
||||
|
||||
void _showTimeUpButPauseDialog() {
|
||||
|
||||
Reference in New Issue
Block a user