1
0
Fork 0

For #2351: Fixes backspace key ignored in collections

master
Sawyer Blatz 2019-05-16 14:12:56 -07:00
parent 30a643720f
commit 60e5f8a626
1 changed files with 3 additions and 1 deletions

View File

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