mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-05 00:35:01 -05:00
don't reset whisper on reInit. fixes #1637
This commit is contained in:
parent
ad60bc002c
commit
df992d2566
@ -738,9 +738,6 @@ public class ConversationFragment extends Fragment implements EditMessage.Keyboa
|
||||
|
||||
this.keychainUnlock = KEYCHAIN_UNLOCK_NOT_REQUIRED;
|
||||
this.conversation = conversation;
|
||||
if (this.conversation.getMode() == Conversation.MODE_MULTI) {
|
||||
this.conversation.setNextCounterpart(null);
|
||||
}
|
||||
boolean canWrite = this.conversation.getMode() == Conversation.MODE_SINGLE || this.conversation.getMucOptions().participating();
|
||||
this.mEditMessage.setEnabled(canWrite);
|
||||
this.mSendButton.setEnabled(canWrite);
|
||||
|
Loading…
Reference in New Issue
Block a user