mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-10 06:11:47 +00:00
Hide inline attachment button when attachment present.
This commit is contained in:
@@ -1903,7 +1903,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||
} else {
|
||||
buttonToggle.display(sendButton);
|
||||
quickAttachmentToggle.hide();
|
||||
inlineAttachmentToggle.show();
|
||||
|
||||
if (!attachmentManager.isAttachmentPresent()) {
|
||||
inlineAttachmentToggle.show();
|
||||
} else {
|
||||
inlineAttachmentToggle.hide();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user