mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-05 04:04:38 +08:00
[client-app] Fix in identity store
This commit is contained in:
parent
41ad424752
commit
ae1c667e37
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ class SyncProcessManager {
|
|||
}
|
||||
|
||||
_onIdentityChanged() {
|
||||
this._identityId = IdentityStore.identity()
|
||||
const newIdentityId = IdentityStore.identityId()
|
||||
if (newIdentityId !== this._identityId) {
|
||||
// The IdentityStore can trigger any number of times, but we only want to
|
||||
|
|
Loading…
Add table
Reference in a new issue