mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-24 19:20:15 +08:00
@@ -166,7 +166,7 @@ class ShutdownTimerService {
|
||||
const Center(child: Text('定时关闭', style: titleStyle)),
|
||||
const SizedBox(height: 10),
|
||||
...{...scheduleTimeMinutes, _durationInMinutes}
|
||||
.sorted((a, b) => a.compareTo(b))
|
||||
.sorted(Comparable.compare)
|
||||
.map(
|
||||
(minutes) => ListTile(
|
||||
dense: true,
|
||||
|
||||
Reference in New Issue
Block a user