test commit
This commit is contained in:
2
.github/workflows/android_suggestion.yml
vendored
2
.github/workflows/android_suggestion.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
||||
- uses: reviewdog/action-suggester@v1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tool_name: spotless
|
||||
tool_name: spotless
|
||||
|
||||
@@ -22,9 +22,8 @@ import com.navi.naviwidgets.models.response.TextFieldData
|
||||
import kotlin.math.roundToInt
|
||||
|
||||
|
||||
class CollapsibleAmountSliderView @JvmOverloads constructor(
|
||||
context: Context?,
|
||||
attrs: AttributeSet? = null
|
||||
class CollapsibleAmountSliderView @JvmOverloads constructor(
|
||||
context: Context?, attrs : AttributeSet? = null
|
||||
) : LinearLayout(context, attrs), SeekBar.OnSeekBarChangeListener {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user