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

Commit da719c8b authored by twyen's avatar twyen Committed by android-build-merger
Browse files

Merge "Fix resource not found when placing call outside dialer" am: 0e029e7f

am: 254649f0

Change-Id: I208980fd8a0378a921c5890bf4e199ef48aeabb5
parents 80b79b6d 254649f0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -115,7 +115,9 @@ public class SelectPhoneAccountDialogFragment extends DialogFragment {
    final Bundle args = new Bundle();
    args.putInt(ARG_TITLE_RES_ID, titleResId);
    args.putBoolean(ARG_CAN_SET_DEFAULT, canSetDefault);
    if (setDefaultResId != 0) {
      args.putInt(ARG_SET_DEFAULT_RES_ID, setDefaultResId);
    }
    args.putParcelableArrayList(ARG_ACCOUNT_HANDLES, accountHandlesCopy);
    args.putParcelable(ARG_LISTENER, listener);
    args.putString(ARG_CALL_ID, callId);