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

Commit b521c107 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

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

am: 0676196b

* commit '0676196b':
  Fixed a bug where the chronometer wasn't updating the time

Change-Id: Idd72e636e42f59a17445694b4c4c97b47bf58e71
parents 02640972 0676196b
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());
    }

    /**