Update key conflict message in place.

// FREEBIE
pull/1/head
Moxie Marlinspike 10 years ago
parent 9f9293cd61
commit 078df0f029

@ -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);
} }

Loading…
Cancel
Save