2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

For #11182: Explicitly clone select tabs on updating SaveCollectionStep.

This commit is contained in:
mcarare 2020-06-03 18:45:09 +03:00 committed by Emily Kager
parent 68286d263a
commit 29f1800021

View File

@ -131,10 +131,12 @@ class CollectionCreationView(
}
}
selectTabsConstraints.clone(collection_constraint_layout)
selectTabsConstraints.applyTo(collection_constraint_layout)
selectTabsConstraints.clone(
containerView.context,
R.layout.component_collection_creation
)
collectionCreationTabListAdapter.updateData(state.tabs, state.selectedTabs)
selectTabsConstraints.applyTo(collection_constraint_layout)
}
private fun updateForSelectCollection() {