@qusaieilouti99/call-manager 0.1.87 → 0.1.89
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.
|
@@ -994,14 +994,6 @@ object CallEngine {
|
|
|
994
994
|
}
|
|
995
995
|
|
|
996
996
|
notificationManager.notify(NOTIF_ID, notification)
|
|
997
|
-
|
|
998
|
-
// Also try to launch the activity directly as a backup
|
|
999
|
-
try {
|
|
1000
|
-
context.startActivity(fullScreenIntent)
|
|
1001
|
-
} catch (e: Exception) {
|
|
1002
|
-
Log.w(TAG, "Could not start activity directly: ${e.message}")
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
997
|
playRingtone()
|
|
1006
998
|
setInitialAudioRoute(callType)
|
|
1007
999
|
}
|