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

Commit 51e43ce2 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

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

Change-Id: I4507351ea167b1318a98d6df9fb3b87438b9a3e4
parents ac5184b6 a2118211
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);
        }
    }