From 1c0983acfa8520a7a570dddb3a1b9c36e6a2282a Mon Sep 17 00:00:00 2001 From: "fenghao (P)" Date: Mon, 29 Mar 2021 21:54:39 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I3E46Q=20Description:=E6=89=93?= =?UTF-8?q?=E5=8C=854x4=E7=9A=84entryCard=E8=B5=84=E6=BA=90=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=20Sig:aafwk=20Feature=20or=20Bugfix:=20Bugfix=20Binar?= =?UTF-8?q?y=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com/huawei/ohos/Compressor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com/huawei/ohos/Compressor.java b/com/huawei/ohos/Compressor.java index cd5022ae..1dda71ce 100755 --- a/com/huawei/ohos/Compressor.java +++ b/com/huawei/ohos/Compressor.java @@ -94,7 +94,7 @@ public class Compressor { private static final String PIC_1X2 = "1x2"; private static final String PIC_2X2 = "2x2"; private static final String PIC_2X4 = "2x4"; - private static final String PIC_4X4 = "4x2"; + private static final String PIC_4X4 = "4x4"; // set timestamp to get fixed MD5 @@ -1476,4 +1476,4 @@ public class Compressor { throw new BundleException("Parse device type failed"); } } -} \ No newline at end of file +} -- Gitee