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

Commit b9dfac14 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Fix merge bug that caused the 1.60 minutes to come back.

Change-Id: I74f2c84660e8b945a6ac22e47149e6da4e11b9a5
parent 2e553c28
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -169,14 +169,6 @@ public class CountingTimerView extends View {
            mMinutes = String.format(format, minutes);
        }

        if (!showHundredths) {
            if (!neg && hundreds != 0) {
                seconds++;
            }
            if (hundreds < 10 || hundreds > 90) {
                update = true;
            }
        }
        mSeconds = String.format(TWO_DIGITS, seconds);
        if (showHundredths) {
            mHunderdths = String.format(TWO_DIGITS, hundreds);