Closes #3428 - Make + in collection creation selection stage clickable

nightly-build-test
Emily Kager 5 years ago committed by Emily Kager
parent c48d7fb0c3
commit e28277693b

@ -205,7 +205,9 @@ class CollectionCreationUIView(
val drawable = view.context.getDrawable(R.drawable.ic_new)
drawable?.setTint(ContextCompat.getColor(view.context, R.color.photonWhite))
view.bottom_bar_icon_button.setImageDrawable(drawable)
view.bottom_bar_icon_button.setOnClickListener(null)
view.bottom_bar_icon_button.setOnClickListener {
actionEmitter.onNext(CollectionCreationAction.AddNewCollection)
}
view.bottom_button_bar_layout.isClickable = true
view.bottom_button_bar_layout.setOnClickListener {

Loading…
Cancel
Save