mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-16 06:32:22 +01:00
Allow correcting previous messages
This commit is contained in:
parent
8f88e48f8d
commit
a4d769ea1a
1 changed files with 0 additions and 1 deletions
|
@ -1972,7 +1972,6 @@ public class ConversationFragment extends XmppFragment
|
|||
if (!showError
|
||||
&& relevantForCorrection.getType() == Message.TYPE_TEXT
|
||||
&& !m.isGeoUri()
|
||||
&& relevantForCorrection.isEditable()
|
||||
&& m.getConversation() instanceof Conversation) {
|
||||
correctMessage.setVisible(true);
|
||||
if (!relevantForCorrection.getBody().equals("") && !relevantForCorrection.getBody().equals(" ")) retractMessage.setVisible(true);
|
||||
|
|
Loading…
Reference in a new issue