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

Commit f90f7120 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "MSIM: Define canConference() method in CallManager"

parents 9aa80c0b 969a6993
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -2200,4 +2200,8 @@ public class CallManager {
        return false;
        return false;
    }
    }


    public boolean canConference(Call heldCall, int subscription) {
        Rlog.e(LOG_TAG, " canConference for subscription not supported");
        return false;
    }
}
}