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:
@@ -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