Merge "Fixed a bug where the chronometer wasn't updating the time" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0676196be2
@@ -130,6 +130,7 @@ public class Chronometer extends TextView {
|
||||
@android.view.RemotableViewMethod
|
||||
public void setCountDown(boolean countDown) {
|
||||
mCountDown = countDown;
|
||||
updateText(SystemClock.elapsedRealtime());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user