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

Commit 1b744ca4 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Change local names for greater clarity.

Change-Id: I806284317c0c756260080b6c006b4c338b9cbc6d
parent 03b15b97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1377,8 +1377,8 @@ public class SyncManager implements OnAccountsUpdateListener {
            // to have the most recent value used.
            try {
                waitUntilReadyToRun();
                NetworkInfo info = getConnectivityManager().getActiveNetworkInfo();
                mDataConnectionIsConnected = (info != null) && info.isConnected();
                NetworkInfo networkInfo = getConnectivityManager().getActiveNetworkInfo();
                mDataConnectionIsConnected = (networkInfo != null) && networkInfo.isConnected();
                mSyncManagerWakeLock.acquire();
                // Always do this first so that we be sure that any periodic syncs that
                // are ready to run have been converted into pending syncs. This allows the