1
0
Fork 0

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

made name_collection_edittext field clickable
master
mihai-adrian 2019-07-23 17:41:11 +03:00 committed by Emily Kager
parent 385dfd2f15
commit 2e300fc8cf
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ class CollectionCreationUIView(
}
is SaveCollectionStep.RenameCollection -> {
view.tab_list.isClickable = false
name_collection_edittext.isClickable = true
it.selectedTabCollection?.let { tabCollection ->
tabCollection.tabs.map { tab ->