Fix compilation issue
This commit is contained in:
parent
95783c14b6
commit
5e5fd482cf
@ -278,7 +278,6 @@ public class MultiSmsSender extends Activity {
|
||||
values.put(DeliveryDbAdapter.KEY_MESSAGE_NAME, messageName);
|
||||
values.put(DeliveryDbAdapter.KEY_MESSAGE_DATE, DateFormat
|
||||
.getDateInstance().format(new Date()));
|
||||
values.put(DeliveryDbAdapter.KEY_MESSAGE_NB_PART, messageNbPart);
|
||||
|
||||
return Long.parseLong(getContentResolver()
|
||||
.insert(DeliveryDbAdapter.CONTENT_MESSAGE_URI, values)
|
||||
|
Loading…
Reference in New Issue
Block a user