mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-25 22:12:09 -04:00
Reformat WebServerHelper
This commit is contained in:
parent
09997a8963
commit
887edc7ad8
@ -34,7 +34,7 @@ public class WebServerHelper {
|
||||
}
|
||||
|
||||
public static boolean stopAndroidWebServer(ServerStateListener stateListener) {
|
||||
if (isStarted ) {
|
||||
if (isStarted) {
|
||||
isStarted = false;
|
||||
stateListener.serverStopped();
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user