Reformat WebServerHelper

This commit is contained in:
Adeel Zafar 2019-08-11 13:47:43 +05:00
parent 09997a8963
commit 887edc7ad8

View File

@ -34,7 +34,7 @@ public class WebServerHelper {
}
public static boolean stopAndroidWebServer(ServerStateListener stateListener) {
if (isStarted ) {
if (isStarted) {
isStarted = false;
stateListener.serverStopped();
return true;