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

Commit 967fff9e authored by Xiangyu/Malcolm Chen's avatar Xiangyu/Malcolm Chen Committed by Android (Google) Code Review
Browse files

Merge "Switch data from CBRS back to primary data for dialing call."

parents 35f9b331 8976f274
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -834,8 +834,7 @@ public class PhoneSwitcher extends Handler {
        }

        return (phone.getForegroundCall().getState() == Call.State.ACTIVE
                || phone.getBackgroundCall().getState() == Call.State.ACTIVE
                || phone.getRingingCall().getState() == Call.State.ACTIVE);
                || phone.getForegroundCall().getState() == Call.State.ALERTING);
    }

    private void updateHalCommandToUse() {