Skip to content

Commit 86730fe

Browse files
author
Alex
committed
fix inputControl error
1 parent a736a2b commit 86730fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reactiveviewmodel/src/main/java/com/alexdeww/reactiveviewmodel/widget/BaseVisualControl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ abstract class BaseVisualControl<T>(
3030
actionChangeValue.observable
3131
.filter { it != value.value }
3232
.let { transformObservable(it) }
33-
.filter { it != value.value }
3433
.subscribe(::onChangedValue)
3534
}
3635

0 commit comments

Comments
 (0)