mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Add credits in WebServerHelper.java
This commit is contained in:
parent
c3a77d3c91
commit
336d4b3d99
@ -20,6 +20,12 @@ import org.kiwix.kiwixmobile.R;
|
||||
import static org.kiwix.kiwixmobile.main.MainActivity.MAIN_PAGE_STORAGE_PATH;
|
||||
import static org.kiwix.kiwixmobile.utils.StyleUtils.dialogStyle;
|
||||
|
||||
/**
|
||||
* WebServerHelper class is used to set up the suitable environment i.e. getting the
|
||||
* ip address and port no. before starting the WebServer
|
||||
* Created by Adeel Zafar on 18/07/2019.
|
||||
*/
|
||||
|
||||
public class WebServerHelper {
|
||||
private Context context;
|
||||
private TextView textViewIpAccess;
|
||||
|
Loading…
x
Reference in New Issue
Block a user