File tree Expand file tree Collapse file tree
lib/src/main/java/com/pizzk/overlay/el Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Anchor(
5656 }
5757 }
5858
59- class AnchorFind : Find {
59+ open class AnchorFind : Find {
6060 override fun onFind (parent : ViewGroup , @IdRes id : Int ): View ? {
6161 return parent.findViewById(id)
6262 }
Original file line number Diff line number Diff line change 11package com.pizzk.overlay.el
22
33import android.view.View
4- import androidx.annotation.CallSuper
54import androidx.annotation.IdRes
65import androidx.annotation.LayoutRes
76import androidx.constraintlayout.widget.ConstraintSet
@@ -26,7 +25,6 @@ class Marker(
2625 private var marker: View ? = null
2726 private var anchor: View ? = null
2827
29- @CallSuper
3028 override fun onLayout (cs : ConstraintSet , marker : View , anchor : View ) {
3129 this .cs = cs
3230 this .marker = marker
You can’t perform that action at this time.
0 commit comments