mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[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".
This commit is contained in:
parent
a1029884e8
commit
082000dd4b
@ -311,7 +311,6 @@ class CollectionCreationUIView(
|
||||
view.collection_constraint_layout,
|
||||
transition
|
||||
)
|
||||
|
||||
}
|
||||
}
|
||||
collectionSaveListAdapter.updateData(it.tabCollections, it.selectedTabs)
|
||||
|
Loading…
Reference in New Issue
Block a user