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

Commit 72f0224f authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 48fe5c3a: am bdce3d2c: am 01a5eba8: am 6e25789f: Merge "Telephony: Fix cb sms implementation"

* commit '48fe5c3a':
  Telephony: Fix cb sms implementation
parents 3013ce4f 48fe5c3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -412,6 +412,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);