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

Commit 4906376f authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Just a random fix.

Don't re-lookup something - use the local holding the early lookup.

Change-Id: I6d9fac89651c99a84060238c8a6f6a936b1167ea
parent b427f0e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -926,7 +926,7 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
            if (refCount == 0) {
                configureRetry(dc, apnContext.getApnType());
            }
            apnContext.setDataConnectionAc(mDataConnectionAsyncChannels.get(dc.getDataConnectionId()));
            apnContext.setDataConnectionAc(dcac);
            apnContext.setApnSetting(apn);
            apnContext.setDataConnection(dc);
        }