rns-nativecall 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,8 +37,8 @@ import androidx.core.content.pm.ShortcutManagerCompat
|
|
|
37
37
|
import androidx.core.graphics.drawable.IconCompat
|
|
38
38
|
|
|
39
39
|
object NativeCallManager {
|
|
40
|
-
const val channelId = "
|
|
41
|
-
private const val MISSED_CHANNEL_ID = "
|
|
40
|
+
const val channelId = "CALL_CHANNEL_1yURGENT89_Io0-"
|
|
41
|
+
private const val MISSED_CHANNEL_ID = "missed_h89call_19090"
|
|
42
42
|
|
|
43
43
|
private var currentCallData: Map<String, String>? = null
|
|
44
44
|
|
|
@@ -317,7 +317,7 @@ object NativeCallManager {
|
|
|
317
317
|
val messagingStyle =
|
|
318
318
|
NotificationCompat
|
|
319
319
|
.MessagingStyle(caller)
|
|
320
|
-
.addMessage("
|
|
320
|
+
.addMessage("You missed a $callType call from $name", System.currentTimeMillis(), caller)
|
|
321
321
|
|
|
322
322
|
val builder =
|
|
323
323
|
NotificationCompat
|