mirror of
https://github.com/ChronosX88/Influence-P2P.git
synced 2024-11-21 15:02:17 +00:00
Removed port forwarding error notification when discovering.
This commit is contained in:
parent
8c95351b03
commit
ff8aa48b3e
@ -131,11 +131,7 @@ public class MainLogic implements CoreContracts.IMainLogicContract {
|
|||||||
|
|
||||||
boolean discoveredExternalAddress = false;
|
boolean discoveredExternalAddress = false;
|
||||||
|
|
||||||
if(!discoverExternalAddress()) {
|
if(discoverExternalAddress()) {
|
||||||
JsonObject jsonObject = new JsonObject();
|
|
||||||
jsonObject.addProperty("action", UIActions.PORT_FORWARDING_ERROR);
|
|
||||||
AppHelper.getObservable().notifyUIObservers(jsonObject);
|
|
||||||
} else {
|
|
||||||
discoveredExternalAddress = true;
|
discoveredExternalAddress = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user