mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -04:00
Resolve lint warning in WebServerHelper.java
This commit is contained in:
parent
7b8fe6e98d
commit
da53308ce5
@ -97,7 +97,7 @@ public class WebServerHelper {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean startAndroidWebServer() {
|
boolean startAndroidWebServer() {
|
||||||
if (!isStarted) {
|
if (!isStarted) {
|
||||||
port = getPortFromEditText();
|
port = getPortFromEditText();
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user