forked from mirror/monocles_chat
parent
426e769ef5
commit
2b5cb8e56b
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ public class Message extends AbstractEntity implements AvatarService.Avatarable
|
|||
return isFileOrImage() && getFileParams().url == null;
|
||||
}
|
||||
|
||||
public class FileParams {
|
||||
public static class FileParams {
|
||||
public URL url;
|
||||
public long size = 0;
|
||||
public int width = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue