Removed unnecessary classes. Implement handling start/pause action in StopwatchNotificationService.

This commit is contained in:
Phillip Hsu
2016-09-12 01:36:04 -07:00
parent d6eeac1db1
commit 81e8e0b1ad
8 changed files with 123 additions and 264 deletions
@@ -136,7 +136,7 @@ public class TimerNotificationService extends ChronometerNotificationService {
// there is a noticeable delay before the minute gets added on.
// Update the text immediately, because there's no harm in doing so.
setBase(getBase() + 60000);
updateNotification();
updateNotification(true);
mController.addOneMinute();
} else {
throw new IllegalArgumentException("TimerNotificationService cannot handle action " + action);