Skip to content
Snippets Groups Projects
Commit d7aee36e authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

messagingview: do not show busy view for SIP account

Change-Id: Ic88c6fae808a97fc357e1168d4e9f4ac72aa73ab
GitLab: #1026
parent 7c81f5fc
No related branches found
No related tags found
No related merge requests found
......@@ -2492,10 +2492,10 @@ void
CppImpl::slotShowLeaveMessageView(lrc::api::conversation::Info conv)
{
auto* current_view = gtk_bin_get_child(GTK_BIN(widgets->frame_call));
if (IS_INCOMING_CALL_VIEW(current_view)) {
if (IS_INCOMING_CALL_VIEW(current_view)
&& accountInfo_->profileInfo.type != lrc::api::profile::Type::SIP)
incoming_call_view_let_a_message(INCOMING_CALL_VIEW(current_view), conv);
}
}
void
CppImpl::slotShowCallView(const std::string& id, lrc::api::conversation::Info origin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment