Apply suggestion to smsapp/conversationssortfilterproxymodel.cpp
This commit is contained in:
parent
d712b1067f
commit
8b54d0b2a6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ bool ConversationsSortFilterProxyModel::lessThan(const QModelIndex& leftIndex, c
|
|||
return true;
|
||||
}
|
||||
if (!isLeftMultitarget && isRightMultitarget) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue