kopia lustrzana https://github.com/ryukoposting/Signal-Android
Hide inline attachment button when attachment present.
rodzic
a6473bc922
commit
3c6b8bcf9b
|
@ -1903,7 +1903,12 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
||||||
} else {
|
} else {
|
||||||
buttonToggle.display(sendButton);
|
buttonToggle.display(sendButton);
|
||||||
quickAttachmentToggle.hide();
|
quickAttachmentToggle.hide();
|
||||||
inlineAttachmentToggle.show();
|
|
||||||
|
if (!attachmentManager.isAttachmentPresent()) {
|
||||||
|
inlineAttachmentToggle.show();
|
||||||
|
} else {
|
||||||
|
inlineAttachmentToggle.hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue