Skip to content
Snippets Groups Projects
Commit 69997a3d authored by kamathmanu's avatar kamathmanu
Browse files

Lint code

parent d4cece2f
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
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