mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
remove save/unsave action
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user