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

Commit efba60b2 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Fix typo when forcing recalculation of call capabilities" into lmp-dev

parents 4c33f22f 7ae9eed7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1002,7 +1002,7 @@ public final class CallsManager extends Call.ListenerBase {
        // recalculation of the call's current capabilities by forcing an update. (See
        // InCallController.toParcelableCall()).
        for (Call otherCall : mCalls) {
            otherCall.setCallCapabilities(call.getCallCapabilities(), true /* forceUpdate */);
            otherCall.setCallCapabilities(otherCall.getCallCapabilities(), true /* forceUpdate */);
        }
    }