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

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

am 4906376f: Just a random fix.

* commit '4906376f':
  Just a random fix.
parents 6ce70394 4906376f
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);
        }