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

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

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

* commit '01a5eba8':
  Telephony: Fix cb sms implementation
parents d0f27f43 01a5eba8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);