mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
add 'save' option to chat's action bar
This commit is contained in:
parent
0704f7f1e7
commit
d1f77d9de5
8 changed files with 53 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue