Commit 47dc630a authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Linphone/Notifications/NotificationReceivedCall): cast...

fix(ui/modules/Linphone/Notifications/NotificationReceivedCall): cast correctly `notification._call` to bool
parent 93dc8a57
...@@ -41,7 +41,7 @@ Notification { ...@@ -41,7 +41,7 @@ Notification {
} }
Loader { Loader {
active: notification._call active: Boolean(notification._call)
anchors { anchors {
fill: parent fill: parent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment