1
0
Fork 1

Disable show edit log

(cherry picked from commit 17880e17ca)
This commit is contained in:
12aw 2024-01-30 06:18:29 +01:00
parent 2ae5a29c0f
commit 2adc12dfb6

View file

@ -2144,7 +2144,7 @@ public class ConversationFragment extends XmppFragment
openWith.setVisible(true);
}
if (m.edited() && m.getRetractId() == null) {
showLog.setVisible(true);
showLog.setVisible(false);
}
}
}