[fenix] fixes https://github.com/mozilla-mobile/fenix/issues/4237 - Cannot edit the default name of a collection, only replace it

made name_collection_edittext field clickable
pull/600/head
mihai-adrian 5 years ago committed by Emily Kager
parent 9602f80468
commit ecfdceed50

@ -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 ->

Loading…
Cancel
Save