Skip to content

Commit 482cdb2

Browse files
committed
#
1 parent 603ecb6 commit 482cdb2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ cosmoRepoPath=https://gitee.com/ezy/repo/raw/cosmo
2929
buildGradlePath=https://gitee.com/ezy/gradle/raw/cosmo
3030

3131
LIBRARY_GROUP=me.reezy.cosmo
32-
LIBRARY_VERSION=0.10.2
32+
LIBRARY_VERSION=0.10.3

shapeable/src/main/java/me/reezy/cosmo/shapeable/ShapeableDrawable.kt

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import android.graphics.drawable.Drawable
1818
import android.graphics.drawable.GradientDrawable
1919
import android.os.Build
2020
import android.util.AttributeSet
21-
import android.util.Log
2221
import android.util.TypedValue
2322
import androidx.core.content.res.TypedArrayUtils.obtainAttributes
2423
import androidx.core.graphics.ColorUtils
@@ -220,7 +219,6 @@ class ShapeableDrawable private constructor(state: ShapeableState, msdState: Mat
220219
}
221220

222221
override fun onBoundsChange(bounds: Rect) {
223-
Log.e("OoO", "${hashCode()}.onBoundsChange($bounds) width = ${shapeableState.width}")
224222
super.onBoundsChange(bounds)
225223
updateClipPath(bounds.width(), bounds.height())
226224

0 commit comments

Comments
 (0)