mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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