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

Commit 583b14cd authored by Bart Sears's avatar Bart Sears
Browse files

Revert "Fix HD icon shown for MO VoLTE call when it shouldn't"

This reverts commit 309bfd91.

Change-Id: I5da64fd85283d57d667702d04591aa1b1deebe30
parent 309bfd91
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