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

Commit a60a06ae 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

am: b521c107

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

Change-Id: I188705cfbf4ce711391ac85ea69938d069c1a655
parents 958ddbbf b521c107
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());
    }

    /**