fix: Make check recon connection after login.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "event/EventCenter.h"
|
||||
#include "log/SystemOperationLog.h"
|
||||
#include "appvals/AppGlobalValues.h"
|
||||
|
||||
UsctStateManager* UsctStateManager::getInstance()
|
||||
{
|
||||
@@ -76,6 +77,10 @@ QString UsctStateManager::getStateErrorMessage(int aStateCode)
|
||||
|
||||
void UsctStateManager::updateReconState(bool aIsConnected,int aState)
|
||||
{
|
||||
if(AppGlobalValues::InProcessing().toBool())
|
||||
{
|
||||
return;
|
||||
}
|
||||
setState(ReconConnectionState, aIsConnected);
|
||||
for (int i = 0; i < 5; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user