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

Commit 9041ceec authored by Ajay Panicker's avatar Ajay Panicker Committed by Android Git Automerger
Browse files

am 9ef7e7cc: Move SMS message to proper folder after sending

* commit '9ef7e7cc':
  Move SMS message to proper folder after sending
parents ab838644 9ef7e7cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3023,6 +3023,9 @@ public class BluetoothMapContentObserver {
                    if(status != 0/*0 is success*/) {
                        msgInfo.statusDelivered = status;
                        if(D) Log.d(TAG, "msgInfo.statusDelivered = " + status);
                        Sms.moveMessageToFolder(mContext, msgInfo.uri, Sms.MESSAGE_TYPE_FAILED, 0);
                    } else {
                        Sms.moveMessageToFolder(mContext, msgInfo.uri, Sms.MESSAGE_TYPE_SENT, 0);
                    }
                }
                if (msgInfo.partsDelivered == msgInfo.parts) {