mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
remove save/unsave action
This commit is contained in:
parent
ec7807e662
commit
0fa59fa22d
5 changed files with 4 additions and 38 deletions
|
@ -193,10 +193,6 @@ public class DcMsg {
|
|||
return !isInfo() && getType() != DC_MSG_VIDEOCHAT_INVITATION;
|
||||
}
|
||||
|
||||
public boolean isSaved() {
|
||||
return getOriginalMsgId() != 0 || getSavedMsgId() != 0;
|
||||
}
|
||||
|
||||
public File getFileAsFile() {
|
||||
if(getFile()==null)
|
||||
throw new AssertionError("expected a file to be present.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue