Revert "Complex rebind enabled by default"

957a2a5fc7adce617fb9edc02062bed5e8e46de0
This commit is contained in:
vyaivanove
2024-03-11 14:45:00 +03:00
parent 30aca48fd0
commit bfa0a8306c
2 changed files with 1 additions and 3 deletions
@@ -48,7 +48,6 @@ enum class Experiment(val key: String, val defaultValue: Boolean = false) {
"bind_on_attach_enabled"
),
COMPLEX_REBIND_ENABLED(
"complex_rebind_enabled",
defaultValue = true
"complex_rebind_enabled"
)
}
@@ -994,7 +994,6 @@ class Div2View private constructor(
private fun complexRebind(newData: DivData, oldData: DivData) {
val stateToBind = newData.stateToBind ?: return
histogramReporter.onRebindingStarted()
viewComponent.errorCollectors.getOrNull(dataTag, divData)?.cleanRuntimeWarningsAndErrors()
divData = newData
val task = this.rebindTask ?: RebindTask(