Skip to content

Commit

Permalink
extract projectName with merginapi method
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed May 23, 2024
1 parent 193b4e5 commit fe520ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/synchronizationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ void SynchronizationManager::onProjectSyncProgressChanged( const QString &projec

void SynchronizationManager::onProjectCreated( const QString &projectFullName, bool result )
{
QString projectName = projectFullName.section( '/', 1, 1 );
QString projectNamespace, projectName;
MerginApi::extractProjectName( projectFullName, projectNamespace, projectName );

if ( !result && mSyncProcesses.contains( projectName ) )
{
Expand Down

1 comment on commit fe520ec

@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 24.5.623411 just submitted!

Please sign in to comment.