@capgo/capacitor-stream-call 0.0.32 → 0.0.33
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.
|
@@ -163,7 +163,7 @@ class CustomNotificationHandler(
|
|
|
163
163
|
return getNotification {
|
|
164
164
|
priority = NotificationCompat.PRIORITY_HIGH
|
|
165
165
|
setContentTitle(callerName)
|
|
166
|
-
setContentText("Incoming call
|
|
166
|
+
setContentText("Incoming call")
|
|
167
167
|
setChannelId(channelId)
|
|
168
168
|
setOngoing(true)
|
|
169
169
|
setAutoCancel(false)
|
package/package.json
CHANGED