Update key conflict message in place.

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2015-03-09 13:15:24 -07:00
parent 9f9293cd61
commit 078df0f029

View File

@ -236,8 +236,6 @@ public class ReceiveKeyActivity extends BaseActivity {
ApplicationContext.getInstance(context) ApplicationContext.getInstance(context)
.getJobManager() .getJobManager()
.add(new PushDecryptJob(context, pushId, messageId, message.getSender())); .add(new PushDecryptJob(context, pushId, messageId, message.getSender()));
smsDatabase.deleteMessage(messageId);
} catch (IOException e) { } catch (IOException e) {
throw new AssertionError(e); throw new AssertionError(e);
} }