Skip to content
Snippets Groups Projects
Commit ac970c5f authored by Hadrien De Sousa's avatar Hadrien De Sousa
Browse files

Fix: account creation shown when account exists

Remove the manual accountChanged event fired when loading accounts
The daemon fires its own accountChanged event for which the
application must relies on so there is no more concurrency errors

Change-Id: Id07128379289a8dc17248e295265510090e1ef54
Tuleap: #1711
parent 1f6d2e9c
No related branches found
No related tags found
No related merge requests found
......@@ -142,10 +142,6 @@ public class AccountService extends Observable {
setAccountsActive(isConnected);
Ringservice.connectivityChanged();
setChanged();
ServiceEvent event = new ServiceEvent(ServiceEvent.EventType.ACCOUNTS_CHANGED);
notifyObservers(event);
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment