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

am: 0676196be2

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

Change-Id: I16327b27bcfce8eaeb18cbddd420bb134cff1e45
This commit is contained in:
Selim Cinek
2016-05-19 20:45:20 +00:00
committed by android-build-merger

View File

@@ -130,6 +130,7 @@ public class Chronometer extends TextView {
@android.view.RemotableViewMethod
public void setCountDown(boolean countDown) {
mCountDown = countDown;
updateText(SystemClock.elapsedRealtime());
}
/**