Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 811196 - Patch 1: Cannot receive call status change from RIL, r=e…
Browse files Browse the repository at this point in the history
…chou
  • Loading branch information
Gina Yeh committed Nov 14, 2012
1 parent 80c7f16 commit 5802fe3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dom/bluetooth/BluetoothRilListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ BluetoothRilListener::StartListening()
}

nsresult rv = ril->RegisterTelephonyCallback(mRILTelephonyCallback);
NS_ENSURE_SUCCESS(rv, false);
rv = ril->RegisterTelephonyMsg();
NS_ENSURE_SUCCESS(rv, false);

return NS_FAILED(rv) ? false : true;
return true;
}

bool
Expand Down

0 comments on commit 5802fe3

Please sign in to comment.