This commit is contained in:
2023-10-25 22:37:10 +08:00
parent 56dff48462
commit aa6c06927b
13 changed files with 107 additions and 45 deletions

View File

@@ -299,7 +299,9 @@ public class CallClientManager {
handler.post(() -> {
for (OnCallStatusListener listener : listeners) {
listener.onTime(extra);
listener.onTimeWarning(warningTime--);
if (warningTime <= 60) {
listener.onTimeWarning(warningTime--);
}
}
});