mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
try making it compile
This commit is contained in:
parent
c26b67c379
commit
1b0d0575ca
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ public class NetworkStateChangeReceiver extends BroadcastReceiver {
|
|||
boolean isConnected = activeNetworkInfo!=null && activeNetworkInfo.isConnected();
|
||||
// https://developer.android.com/training/monitoring-device-state/connectivity-monitoring.html?hl=ru
|
||||
// boolean isWiFi = activeNetworkInfo!=null && (activeNetworkInfo.getType() == ConnectivityManager.TYPE_WIFI);
|
||||
|
||||
Lokinet_JNI.onNetworkStateChanged(isConnected);
|
||||
} catch (Throwable tr) {
|
||||
Log.d(TAG,"",tr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue