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

Commit 44651116 authored by Torbjorn Eklund's avatar Torbjorn Eklund Committed by Android Git Automerger
Browse files

am cd3abbf7: Create new empty Bundles when creating new Call

* commit 'cd3abbf7':
  Create new empty Bundles when creating new Call
parents 6a49ba9c cd3abbf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ final class Call implements CreateConnectionResponse {
    private DisconnectCause mDisconnectCause = new DisconnectCause(DisconnectCause.UNKNOWN);

    /** Info used by the connection services. */
    private Bundle mExtras = Bundle.EMPTY;
    private Bundle mExtras = new Bundle();

    /** Set of listeners on this call.
     *