Update key conflict message in place.
// FREEBIE
This commit is contained in:
parent
9f9293cd61
commit
078df0f029
1 changed files with 0 additions and 2 deletions
|
@ -236,8 +236,6 @@ public class ReceiveKeyActivity extends BaseActivity {
|
|||
ApplicationContext.getInstance(context)
|
||||
.getJobManager()
|
||||
.add(new PushDecryptJob(context, pushId, messageId, message.getSender()));
|
||||
|
||||
smsDatabase.deleteMessage(messageId);
|
||||
} catch (IOException e) {
|
||||
throw new AssertionError(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue