Add credits in WebServerHelper.java

This commit is contained in:
Adeel Zafar 2019-08-01 17:42:12 +05:00
parent c3a77d3c91
commit 336d4b3d99

View File

@ -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;