Fixed build with latest SDK

This commit is contained in:
Sylvain Berfini 2024-03-11 11:45:53 +01:00
parent 29218a5311
commit 3e6c856ee5

View file

@ -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
}