mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
新增任务详情页
This commit is contained in:
@@ -71,6 +71,9 @@ class Utils {
|
||||
}
|
||||
|
||||
static String formatMessageTime(int time) {
|
||||
if(time == 0){
|
||||
return "-";
|
||||
}
|
||||
DateTime current = DateTime.now();
|
||||
DateTime chatTime;
|
||||
if (time.toString().length == 10) {
|
||||
|
||||
Reference in New Issue
Block a user