[2.8.0-f] 不支持sp 防止影响Toast

This commit is contained in:
yangyakun
2022-11-10 16:51:54 +08:00
parent e75db415e7
commit 31a840c78a

View File

@@ -16,6 +16,7 @@ public class ScreenHelper {
.setBaseOnWidth(false)
.setCustomFragment(true)
.setDesignWidthInDp(2560)
.setDesignHeightInDp(1600);
.setDesignHeightInDp(1600)
.getUnitsManager().setSupportSP(false);
}
}