Apply suggestion to smsapp/conversationssortfilterproxymodel.cpp

This commit is contained in:
Aniket Kumar 2020-04-23 01:56:51 +00:00 committed by Simon Redman
parent d712b1067f
commit 8b54d0b2a6

View file

@ -53,7 +53,7 @@ bool ConversationsSortFilterProxyModel::lessThan(const QModelIndex& leftIndex, c
return true;
}
if (!isLeftMultitarget && isRightMultitarget) {
return true;
return false;
}
}