fix indentation

This commit is contained in:
adbenitez 2025-02-07 12:40:55 +01:00
parent 0fa59fa22d
commit ab2151b974

View file

@ -190,7 +190,7 @@ public class DcMsg {
public boolean canSave() { public boolean canSave() {
// saving info-messages out of context results in confusion, see https://github.com/deltachat/deltachat-ios/issues/2567 // saving info-messages out of context results in confusion, see https://github.com/deltachat/deltachat-ios/issues/2567
return !isInfo() && getType() != DC_MSG_VIDEOCHAT_INVITATION; return !isInfo() && getType() != DC_MSG_VIDEOCHAT_INVITATION;
} }
public File getFileAsFile() { public File getFileAsFile() {