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

Commit 33d0de69 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am e813ea5a: am 4906376f: Just a random fix.

* commit 'e813ea5a':
  Just a random fix.
parents 37a43f30 e813ea5a
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);
        }