Skip to content

Commit 890f753

Browse files
fix build
1 parent dedbe02 commit 890f753

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

fontview/src/main/java/com/taleb/fontview/FontCheckBox.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ import android.content.Context
44
import android.graphics.Typeface
55
import android.util.AttributeSet
66
import android.widget.CheckBox
7-
8-
<<<<<<< HEAD
97
open class FontCheckBox: CheckBox {
10-
=======
11-
class FontCheckBox: CheckBox {
12-
>>>>>>> master
138

149
constructor(context: Context) : super(context){
1510
init(context,null)

0 commit comments

Comments
 (0)