mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Revert "Complex rebind enabled by default"
957a2a5fc7adce617fb9edc02062bed5e8e46de0
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user