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

Commit 254649f0 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

Change-Id: I26a5a05e9288ddb952dad3eae973f7d31644be72
parents 002c66cd 0e029e7f
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);