mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-26 06:21:12 -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) {
|
public static boolean stopAndroidWebServer(ServerStateListener stateListener) {
|
||||||
if (isStarted ) {
|
if (isStarted) {
|
||||||
isStarted = false;
|
isStarted = false;
|
||||||
stateListener.serverStopped();
|
stateListener.serverStopped();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user