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

This commit is contained in:
TreeHugger Robot
2016-05-19 20:39:33 +00:00
committed by Android (Google) Code Review

View File

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