1
0
Fork 0

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

master
Emily Kager 2019-06-13 17:24:25 -07:00 committed by Emily Kager
parent c48d7fb0c3
commit e28277693b
1 changed files with 3 additions and 1 deletions

View File

@ -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 {