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

Commit 4c16be28 authored by Bart Sears's avatar Bart Sears Committed by Android (Google) Code Review
Browse files

Merge "Revert "Fix HD icon shown for MO VoLTE call when it shouldn't"" into mnc-dev

parents f3971f30 583b14cd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -605,11 +605,10 @@ public class ImsPhoneConnection extends Connection {
        }

        boolean updateParent = mParent.update(this, imsCall, state);
        boolean updateMediaCapabilities = updateMediaCapabilities(imsCall);
        boolean updateWifiState = updateWifiState();
        boolean updateAddressDisplay = updateAddressDisplay(imsCall);

        return updateParent || updateMediaCapabilities || updateWifiState || updateAddressDisplay;
        return updateParent || updateWifiState || updateAddressDisplay;
    }

    @Override