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

Commit efd4289b authored by Kai Shi's avatar Kai Shi Committed by Android (Google) Code Review
Browse files

Merge "Bug fix of UL bandwidth"

parents 40286af8 d2af8841
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);
        }
    }