mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Lint code
This commit is contained in:
parent
d4cece2f4d
commit
69997a3d74
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue