Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1375316 authored by narinder Rana's avatar narinder Rana
Browse files

added TAG as feedBack

parent 05c58a1a
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -9,11 +9,13 @@ import android.util.Log;

import java.io.IOException;

import foundation.e.drive.services.InitializerService;

public class ConnectivityReceiver
        extends BroadcastReceiver {

    public static ConnectivityReceiverListener connectivityReceiverListener;

    final private String TAG = InitializerService.class.getSimpleName();
    public ConnectivityReceiver() {
        super();
    }
@@ -42,7 +44,7 @@ public class ConnectivityReceiver
                && activeNetwork.isConnectedOrConnecting();

        //if (connectivityReceiverListener != null) {
        Log.e("TAG", "ConnectivityReceiver onNetworkConnectionChanged...." + isConnected);
        Log.e(TAG, "ConnectivityReceiver onNetworkConnectionChanged...." + isConnected);
        //connectivityReceiverListener.onNetworkConnectionChanged(isConnected);
        //}
    }