mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
fixed 'share image' context menu
This commit is contained in:
parent
bb26a84269
commit
64209829f7
@ -361,8 +361,7 @@ public class ConversationFragment extends Fragment {
|
||||
copyText.setVisible(false);
|
||||
}
|
||||
if (this.selectedMessage.getType() != Message.TYPE_IMAGE
|
||||
|| (this.selectedMessage.getDownloadable() != null && this.selectedMessage
|
||||
.getDownloadable().getStatus() == Downloadable.STATUS_DELETED)) {
|
||||
|| this.selectedMessage.getDownloadable() != null) {
|
||||
shareImage.setVisible(false);
|
||||
}
|
||||
if (this.selectedMessage.getStatus() != Message.STATUS_SEND_FAILED) {
|
||||
|
Loading…
Reference in New Issue
Block a user