Skip to content

Commit

Permalink
second solution to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Jan 28, 2025
1 parent 50e7b68 commit 8b0e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/merginapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3966,7 +3966,7 @@ DownloadQueueItem::DownloadQueueItem( const QString &fp, qint64 s, int v, qint64

void MerginApi::reloadProjectRole( const QString &projectFullName )
{
if ( projectFullName.isEmpty() )
if ( projectFullName.isEmpty() || !validateAuth() )
{
return;
}
Expand Down

1 comment on commit 8b0e92e

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 25.1.700911 just submitted!

Please sign in to comment.