mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Update key conflict message in place.
// FREEBIE
This commit is contained in:
parent
9f9293cd61
commit
078df0f029
@ -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…
Reference in New Issue
Block a user