Skip to content

Commit

Permalink
ver 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianzhu Qiao committed Nov 23, 2020
1 parent ad68b66 commit 79e53d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add **form** to dependencies in your app's build.gradle:
```gradle
dependencies {
...
implementation 'com.feiyilin:form:0.3.2'
implementation 'com.feiyilin:form:0.3.3'
}
```
## 2. Update Activity
Expand Down
2 changes: 1 addition & 1 deletion form/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
siteUrl = 'https://github.com/tianzhuqiao/form'
gitUrl = 'https://github.com/tianzhuqiao/form.git'

libraryVersion = '0.3.2'
libraryVersion = '0.3.3'

developerId = 'tianzhuqiao'
developerName = 'Tianzhu Qiao'
Expand Down
2 changes: 1 addition & 1 deletion form/src/main/java/com/feiyilin/form/FormViewHolder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ open class FormBaseTextViewHolder(inflater: LayoutInflater, resource: Int, paren
}
}
}
valueView?.setOnEditorActionListener { v, actionId, _ ->
valueView?.setOnEditorActionListener { _, actionId, _ ->
item?.let {
listener?.onEditorAction(it, actionId, this)
return@setOnEditorActionListener true
Expand Down

0 comments on commit 79e53d3

Please sign in to comment.