fix cloudToken
This commit is contained in:
parent
2ad3d8f74c
commit
95e9d7d0f4
@ -148,7 +148,7 @@ void PushNotifications::OnTokenReceived(const char *token)
|
||||
// On Android, both, core and cloud use the same token
|
||||
m_coreToken = QString(token);
|
||||
emit coreTokenChanged();
|
||||
m_cloudToken = m_cloudToken;
|
||||
m_cloudToken = m_coreToken;
|
||||
emit cloudTokenChanged();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user