[6.2.0] reset @

This commit is contained in:
zhongchao
2023-11-21 09:46:44 +08:00
parent 48c96f211e
commit 86d1d89b42
3 changed files with 1 additions and 5 deletions

View File

@@ -53,7 +53,6 @@ class BatteryView : View , IMoGoSkinModeChangeListener {
) : super(context, attrs, defStyleAttr) {
}
@SuppressLint("NewApi")
override fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int) {
super.onMeasure(widthMeasureSpec, heightMeasureSpec)
setMeasuredDimension(width.toInt(), height.toInt())