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

Commit 945c2c86 authored by Kai Shi's avatar Kai Shi Committed by Automerger Merge Worker
Browse files

Merge "Bug fix of UL bandwidth" am: 966e900f am: ec2ab8ff am: a2118211 am: 51e43ce2

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1858416

Change-Id: I14b56ae78c68c1e55f98874d87623a8b413246f0
parents 95e09fff 51e43ce2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1652,6 +1652,7 @@ public class DataConnection extends StateMachine {
            if (!uplinkUpdated) {
                mUplinkBandwidth = values.second;
            }
            mUplinkBandwidth = Math.min(mUplinkBandwidth, mDownlinkBandwidth);
        }
    }