removed unecessary update

This commit is contained in:
iNPUTmice 2014-10-15 14:32:37 +02:00
parent d09739d166
commit 1428628a5d

View file

@ -530,7 +530,6 @@ public class ConversationFragment extends Fragment {
message.setEncryption(Message.ENCRYPTION_DECRYPTION_FAILED);
mDecryptJobRunning = false;
mEncryptedMessages.remove();
activity.updateConversationList();
activity.xmppConnectionService.updateConversationUi();
}
});