Allow correcting previous messages

This commit is contained in:
Stephen Paul Weber 2024-09-09 18:51:49 +02:00 committed by Arne
parent 8f88e48f8d
commit a4d769ea1a

View file

@ -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);