From 082000dd4b2b7fde4ccb854d922200b35dbb896a Mon Sep 17 00:00:00 2001 From: mihai-adrian Date: Fri, 26 Jul 2019 10:54:39 +0300 Subject: [PATCH] [fenix] fixes https://github.com/mozilla-mobile/fenix/issues/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". --- .../org/mozilla/fenix/collections/CollectionCreationUIView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/mozilla/fenix/collections/CollectionCreationUIView.kt b/app/src/main/java/org/mozilla/fenix/collections/CollectionCreationUIView.kt index b2bfc55d9f..936a91146e 100644 --- a/app/src/main/java/org/mozilla/fenix/collections/CollectionCreationUIView.kt +++ b/app/src/main/java/org/mozilla/fenix/collections/CollectionCreationUIView.kt @@ -311,7 +311,6 @@ class CollectionCreationUIView( view.collection_constraint_layout, transition ) - } } collectionSaveListAdapter.updateData(it.tabCollections, it.selectedTabs)