Lint code

This commit is contained in:
kamathmanu 2020-11-30 15:10:59 -05:00
parent d4cece2f4d
commit 69997a3d74
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ TimelineViewManager::toggleCameraView()
void
TimelineViewManager::openImageOverlay(QString mxcUrl, QString eventId) const
{
if (mxcUrl.isEmpty() || mxcUrl.isNull()) {
if (mxcUrl.isEmpty()) {
return;
}
QQuickImageResponse *imgResponse =