Skip to content
Snippets Groups Projects
Commit 34f8d019 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

avatars: remove redundant scale op for conversation avatars

Change-Id: I69c12fcf53bb2e7b9d6dcff4d3d32c037210494a
parent c8007db5
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ Utils::conversationAvatar(LRCInstance* instance,
} catch (const std::exception& e) {
qDebug() << Q_FUNC_INFO << e.what();
}
return Utils::scaleAndFrame(avatar, size);
return avatar;
}
QImage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment