From d1e22ca36934129c2bfa366e3bd4d5c6de51e1a6 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 27 Jul 2023 13:53:33 +0930 Subject: [PATCH] Fix --- .../securesms/notifications/HuaweiPushNotificationService.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)