Telephony: Fix cb sms implementation

Change-Id: Ie2a678e3ab99f0d5b9dd68cc4a79e1c5a58ecbe2
This commit is contained in:
Alex Yakavenka
2011-02-08 17:18:46 -08:00
parent 9204644d9e
commit f7de51cc4d

View File

@@ -395,6 +395,7 @@ public abstract class SMSDispatcher extends Handler {
mCm.reportSmsMemoryStatus(mStorageAvailable,
obtainMessage(EVENT_REPORT_MEMORY_STATUS_DONE));
}
break;
case EVENT_NEW_BROADCAST_SMS:
handleBroadcastSms((AsyncResult)msg.obj);