always show copy original url in context menu when url is available

This commit is contained in:
Daniel Gultsch 2015-06-30 13:01:04 +02:00
parent 0030bbf472
commit 5b42b392a1
1 changed files with 1 additions and 2 deletions

View File

@ -452,8 +452,7 @@ public class ConversationFragment extends Fragment implements EditMessage.Keyboa
if (m.getStatus() != Message.STATUS_SEND_FAILED) {
sendAgain.setVisible(false);
}
if (((m.getType() != Message.TYPE_IMAGE && m.getDownloadable() == null)
|| m.getImageParams().url == null) && !GeoHelper.isGeoUri(m.getBody())) {
if (!m.hasFileOnRemoteHost() && !GeoHelper.isGeoUri(m.getBody())) {
copyUrl.setVisible(false);
}
if (m.getType() != Message.TYPE_TEXT