diff --git a/app/src/huawei/kotlin/org/thoughtcrime/securesms/notifications/HuaweiPushNotificationService.kt b/app/src/huawei/kotlin/org/thoughtcrime/securesms/notifications/HuaweiPushNotificationService.kt index 640caf3cf4..507787123c 100644 --- a/app/src/huawei/kotlin/org/thoughtcrime/securesms/notifications/HuaweiPushNotificationService.kt +++ b/app/src/huawei/kotlin/org/thoughtcrime/securesms/notifications/HuaweiPushNotificationService.kt @@ -17,8 +17,7 @@ class HuaweiPushNotificationService: HmsMessageService() { pushManager.refresh(true) } override fun onMessageReceived(message: RemoteMessage?) { - TODO("Huawei works!") -// pushHandler.onPush(message?.dataOfMap) + pushHandler.onPush(message?.dataOfMap) } override fun onDeletedMessages() { pushManager.refresh(true)