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:
parent
68286d263a
commit
29f1800021
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user