mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 14:08:26 +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)
|
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…
x
Reference in New Issue
Block a user