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

Commit 89e060ee authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 76a123e9: am efba60b2: Merge "Fix typo when forcing recalculation of call...

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

* commit '76a123e9':
  Fix typo when forcing recalculation of call capabilities
parents 163f670d 76a123e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -997,7 +997,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 */);
        }
    }