Let users disable command confirmations over SMS
[fonbot.git] / src / ro / ieval / fonbot / SmsStatusReceiver.java
index 59a96a56a54a3247d4ff72f9eaa53a900d95b901..8ae964357728743b2d704917eb4c5246cfe40ac1 100644 (file)
@@ -78,7 +78,7 @@ public final class SmsStatusReceiver extends BroadcastReceiver {
                if(intent.getAction().startsWith(SENT_ACTION))
                        switch(getResultCode()){
                        case Activity.RESULT_OK:
-                               Utils.sendMessage(context, replyTo, sms_sent, describeSMS(intent));
+                               Utils.sendConfirmMessage(context, replyTo, sms_sent, describeSMS(intent));
                                break;
                        case SmsManager.RESULT_ERROR_GENERIC_FAILURE:
                                Utils.sendMessage(context, replyTo, sms_not_sent_generic_failure, describeSMS(intent));
This page took 0.009942 seconds and 4 git commands to generate.