mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Notify callback of state changes while holding lock.
This commit is contained in:
@@ -73,7 +73,6 @@ class AndroidLanTcpPlugin extends LanTcpPlugin implements EventListener {
|
||||
if (used.getAndSet(true)) throw new IllegalStateException();
|
||||
initialisePortProperty();
|
||||
state.setStarted();
|
||||
callback.pluginStateChanged(getState());
|
||||
updateConnectionStatus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user