mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-01 15:49:49 +08:00
count format
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -214,7 +214,7 @@ class Utils {
|
||||
|
||||
static String numFormat(dynamic number) {
|
||||
if (number == null) {
|
||||
return '00:00';
|
||||
return '0';
|
||||
}
|
||||
if (number is String) {
|
||||
number = int.tryParse(number) ?? number;
|
||||
|
||||
Reference in New Issue
Block a user