Skip to content

Commit aef43a5

Browse files
author
fengpeng
committed
compat
1 parent d227aea commit aef43a5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/src/main/java/com/pizzk/overlay/el/Anchor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

lib/src/main/java/com/pizzk/overlay/el/Marker.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.pizzk.overlay.el
22

33
import android.view.View
4-
import androidx.annotation.CallSuper
54
import androidx.annotation.IdRes
65
import androidx.annotation.LayoutRes
76
import 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

0 commit comments

Comments
 (0)