From: Nathaniel Wesley Filardo Date: Sat, 27 Oct 2018 16:54:45 +0000 (+0100) Subject: Set notification source for end of game X-Git-Tag: release-1.2~10 X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=baa919350e5aa57ae58ba21ecd62d8631007b707;p=acmetensortoys-ctfws-android Set notification source for end of game The vibration pattern was erroneously inherited from whatever had come before. --- diff --git a/mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainServiceNotification.java b/mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainServiceNotification.java index a1e21e1..e9cd115 100644 --- a/mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainServiceNotification.java +++ b/mobile/src/main/java/com/acmetensortoys/ctfwstimer/MainServiceNotification.java @@ -114,6 +114,7 @@ class MainServiceNotification { // game no longer afoot if (now.past) { + notifyUserSomehow(NotificationSource.BREAK); userNoteBuilder.setUsesChronometer(false); userNoteBuilder.setShowWhen(false); userNoteBuilder.setContentTitle(txt);