Skip to content

Commit 187fb1e

Browse files
committed
Tweak comment
1 parent a79d22a commit 187fb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/model/notifications/notification_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class NotificationService {
297297
}
298298

299299
case ChallengeCreateFcmMessage():
300-
// nothing to do here as it should be handled by the socket
300+
// nothing to do here in foreground as it should be handled by the socket
301301
break;
302302

303303
case ChallengeAcceptFcmMessage(fullId: final fullId, notification: final notification):

0 commit comments

Comments
 (0)