update tiles if outdated (use lastModified tag and only update on wifi)
This commit is contained in:
@ -237,7 +237,7 @@ public class IITC_WebView extends WebView {
|
||||
}
|
||||
|
||||
@TargetApi(Build.VERSION_CODES.JELLY_BEAN)
|
||||
private boolean isConnectedToWifi() {
|
||||
public boolean isConnectedToWifi() {
|
||||
ConnectivityManager conMan = (ConnectivityManager) getContext()
|
||||
.getSystemService(Context.CONNECTIVITY_SERVICE);
|
||||
NetworkInfo wifi = conMan.getNetworkInfo(ConnectivityManager.TYPE_WIFI);
|
||||
|
Reference in New Issue
Block a user