1
0
Fork 0

fix crash on renaming a collection

master
Nikit Bhandari 2019-06-08 16:35:25 +05:30 committed by Emily Kager
parent b42b4df024
commit d814e95794
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class CollectionCreationUIView(
private val transition = AutoTransition()
init {
job = Job()
transition.duration = TRANSITION_DURATION
selectTabsConstraints.clone(collection_constraint_layout)