File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
lib/src/main/java/com/pizzk/overlay/el Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class Anchor(
56
56
}
57
57
}
58
58
59
- class AnchorFind : Find {
59
+ open class AnchorFind : Find {
60
60
override fun onFind (parent : ViewGroup , @IdRes id : Int ): View ? {
61
61
return parent.findViewById(id)
62
62
}
Original file line number Diff line number Diff line change 1
1
package com.pizzk.overlay.el
2
2
3
3
import android.view.View
4
- import androidx.annotation.CallSuper
5
4
import androidx.annotation.IdRes
6
5
import androidx.annotation.LayoutRes
7
6
import androidx.constraintlayout.widget.ConstraintSet
@@ -26,7 +25,6 @@ class Marker(
26
25
private var marker: View ? = null
27
26
private var anchor: View ? = null
28
27
29
- @CallSuper
30
28
override fun onLayout (cs : ConstraintSet , marker : View , anchor : View ) {
31
29
this .cs = cs
32
30
this .marker = marker
You can’t perform that action at this time.
0 commit comments