Skip to content

Commit

Permalink
日常提交:2022-08-08.
Browse files Browse the repository at this point in the history
  • Loading branch information
walgr committed Aug 8, 2022
1 parent 03c1528 commit 25000e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QuickBind/src/main/java/com/wpf/app/quickbind/QuickBind.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ object QuickBind {
) {
if (obj == null) return
try {

if (viewModel != null) {
val viewModelFields: List<Field> = ReflectHelper.getFieldWithParent(viewModel)
for (field in viewModelFields) {
Expand Down

0 comments on commit 25000e3

Please sign in to comment.