Skip to content

Commit

Permalink
Status update un rescheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Aug 8, 2017
1 parent b24d46f commit 36c2cee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void scheduleSms(View view) {
if (!validateForm()) {
return;
}
sms.setStatus(SmsModel.STATUS_PENDING);
DbHelper.getDbHelper(this).save(sms);
new Scheduler(getApplicationContext()).schedule(sms);
setResult(RESULT_SCHEDULED, new Intent());
Expand Down

1 comment on commit 36c2cee

@shailendra976
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love you

Please sign in to comment.