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

Commit 966e900f authored by Kai Shi's avatar Kai Shi Committed by Gerrit Code Review
Browse files

Merge "Bug fix of UL bandwidth"

parents 55353942 3d4bbb66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1660,6 +1660,7 @@ public class DataConnection extends StateMachine {
            if (!uplinkUpdated) {
                mUplinkBandwidth = values.second;
            }
            mUplinkBandwidth = Math.min(mUplinkBandwidth, mDownlinkBandwidth);
        }
    }