mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed build with latest SDK
This commit is contained in:
parent
29218a5311
commit
3e6c856ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class CoreForegroundService : CoreService() {
|
|||
// Do nothing, app's Notifications Manager will do the job
|
||||
}
|
||||
|
||||
override fun showForegroundServiceNotification() {
|
||||
override fun showForegroundServiceNotification(isVideoCall: Boolean) {
|
||||
// Do nothing, app's Notifications Manager will do the job
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue