1
0
Fork 0

fixes #4237 - Cannot edit the default name of a collection, only replace it

changed setting of text to be done before transition, preventing transition to make textView unclickable;
 added renaming situation to showKeyboard in onResume();
 changed title text when renaming, from: "Name collection" to "Rename collection".
master
mihai-adrian 2019-07-26 10:54:39 +03:00 committed by Emily Kager
parent ef3c813aee
commit 458632f4bf
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ class CollectionCreationUIView(
view.collection_constraint_layout,
transition
)
}
}
collectionSaveListAdapter.updateData(it.tabCollections, it.selectedTabs)