Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-windows
Commits
9c9d46b4
Commit
9c9d46b4
authored
Jan 07, 2019
by
Andreas Traczyk
Browse files
fix crash during incoming call and in settings
Change-Id: Ifad1befa716beb165deff95908899553095e0925
parent
00febbae
Changes
1
Hide whitespace changes
Inline
Side-by-side
callwidget.cpp
View file @
9c9d46b4
...
...
@@ -485,9 +485,8 @@ CallWidget::showConversationView()
void
CallWidget
::
selectSmartlistItem
(
const
std
::
string
&
convUid
)
{
if
(
convUid
.
empty
()
)
{
if
(
convUid
.
empty
()
||
!
ui
->
smartList
->
selectionModel
())
return
;
}
ui
->
smartList
->
selectionModel
()
->
setCurrentIndex
(
QModelIndex
(),
QItemSelectionModel
::
Deselect
);
auto
convModel
=
LRCInstance
::
getCurrentConversationModel
();
auto
conversation
=
Utils
::
getConversationFromUid
(
convUid
,
*
convModel
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment