Fix countdown text in timer notification

This commit is contained in:
Phillip Hsu 2016-09-09 21:12:02 -07:00
parent a3ad4ea458
commit cd18b33fcd

View File

@ -94,6 +94,7 @@ public class TimerNotificationService extends Service {
// 0/*Shouldn't need a flag..*/));
mCountdownDelegate.init();
mCountdownDelegate.setCountDown(true);
}
@Override