Closed
Bug 1030042
Opened 11 years ago
Closed 11 years ago
[B2G] use notifyDialSuccess(callIndex) for Cdma features
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S5 (4july)
People
(Reporter: hsinyi, Assigned: hsinyi)
Details
Attachments
(1 file)
|
2.49 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
This is a follow-up bug for Bug 1013745. We missed cdma cases ...
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8445773 -
Flags: review?(szchen)
Comment 2•11 years ago
|
||
Comment on attachment 8445773 [details] [diff] [review]
1030042.patch
Review of attachment 8445773 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Thanks.
::: dom/telephony/gonk/TelephonyService.js
@@ +438,5 @@
> aTelephonyCallback.notifyDialError(errorMsg);
> return;
> }
>
> + function onCdmaDialSuccess(response) {
We don't need the whole response object. Simply pass callIndex here is sufficient.
Attachment #8445773 -
Flags: review?(szchen) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Szu-Yu Chen [:aknow] from comment #2)
> Comment on attachment 8445773 [details] [diff] [review]
> 1030042.patch
>
> Review of attachment 8445773 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> LGTM. Thanks.
>
> ::: dom/telephony/gonk/TelephonyService.js
> @@ +438,5 @@
> > aTelephonyCallback.notifyDialError(errorMsg);
> > return;
> > }
> >
> > + function onCdmaDialSuccess(response) {
>
> We don't need the whole response object. Simply pass callIndex here is
> sufficient.
Thanks for the review. Will do this in the final version.
| Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S5 (4july)
You need to log in
before you can comment on or make changes to this bug.
Description
•