Refactoring

This commit is contained in:
M66B
2021-08-18 19:37:10 +02:00
parent f9e69b0919
commit 636c2b4a8f
5 changed files with 32 additions and 30 deletions

View File

@@ -7007,7 +7007,7 @@ public class FragmentCompose extends FragmentBase {
Long size;
boolean isImage() {
return Helper.isImage(type);
return ImageHelper.isImage(type);
}
}