add 'save' option to chat's action bar

This commit is contained in:
B. Petersen 2025-02-02 13:04:10 +01:00 committed by adb
parent 0704f7f1e7
commit d1f77d9de5
8 changed files with 53 additions and 3 deletions

View file

@ -189,6 +189,7 @@ public class DcMsg {
public native int getSavedMsgId ();
public boolean canSave() {
// saving info-messages out of context results in confusion, see https://github.com/deltachat/deltachat-ios/issues/2567
return !isInfo();
}