Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4564e9c3 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Code Review
Browse files

Merge "Fixing infinite loop for zero duration."

parents 7118bdec 47f13e7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ public class TimeUtils {
            int pos = 0;
            fieldLen -= 1;
            while (pos < fieldLen) {
                formatStr[pos] = ' ';
                formatStr[pos++] = ' ';
            }
            formatStr[pos] = '0';
            return pos+1;