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

Commit 0676196b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug where the chronometer wasn't updating the time" into nyc-dev

parents 7b5327fb a2a0171e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ public class Chronometer extends TextView {
    @android.view.RemotableViewMethod
    public void setCountDown(boolean countDown) {
        mCountDown = countDown;
        updateText(SystemClock.elapsedRealtime());
    }

    /**