We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebce23 commit a38eb45Copy full SHA for a38eb45
app/src/main/java/to/bitkit/fcm/WakeNodeWorker.kt
@@ -70,6 +70,10 @@ class WakeNodeWorker @AssistedInject constructor(
70
Logger.debug("notification type: $notificationType", context = TAG)
71
Logger.debug("notification payload: $notificationPayload", context = TAG)
72
73
+ if (notificationType == null) {
74
+ Logger.warn("Notification type is null, proceeding with node wake", context = TAG)
75
+ }
76
+
77
try {
78
withPerformanceLogging {
79
lightningRepo.start(
0 commit comments