mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
fix indentation
This commit is contained in:
parent
0fa59fa22d
commit
ab2151b974
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue