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

Commit 76a123e9 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit 'efba60b2':
  Fix typo when forcing recalculation of call capabilities
parents 0e27e89d efba60b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1005,7 +1005,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 */);
        }
    }