For #2351: Fixes backspace key ignored in collections

nightly-build-test
Sawyer Blatz 5 years ago
parent 30a643720f
commit 60e5f8a626

@ -219,8 +219,10 @@ class CollectionCreationUIView(
actionEmitter.onNext(CollectionCreationAction.BackPressed(SaveCollectionStep.NameCollection))
}
}
return true
} else {
return false
}
return true
}
companion object {

Loading…
Cancel
Save