illegal token checking
fixes
This commit is contained in:
@@ -8,7 +8,6 @@ import android.util.AttributeSet
|
||||
import android.view.ViewTreeObserver
|
||||
import androidx.appcompat.widget.AppCompatImageView
|
||||
|
||||
// TODO: 8/31/2021 extend ShapeableImageView and set corners for half of size
|
||||
class CircleImageView : AppCompatImageView {
|
||||
|
||||
companion object {
|
||||
@@ -27,7 +26,6 @@ class CircleImageView : AppCompatImageView {
|
||||
attrs,
|
||||
defStyleAttr
|
||||
) {
|
||||
|
||||
init()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user