Skip to content

Commit 5570269

Browse files
author
Martin Lapiš
committed
Fix
1 parent 2742fba commit 5570269

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/lapism/search/widget/MaterialSearchView.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class MaterialSearchView @JvmOverloads constructor(
3131
defStyleRes: Int = 0
3232
) : MaterialSearchLayout(context, attrs, defStyleAttr, defStyleRes) {
3333

34-
private var radius: Float = 0.0f
35-
3634
// *********************************************************************************************
3735
private var binding: MaterialSearchViewBinding
3836
private var focusListener: OnFocusChangeListener? = null

0 commit comments

Comments
 (0)