[fenix] No issue: Hook up share button on session item to action

pull/600/head
Emily Kager 5 years ago committed by Colin Lee
parent d324df06c5
commit fcc08b790b

@ -103,6 +103,10 @@ class SessionsAdapter(
session_card_overflow_button.setOnClickListener {
session?.apply { actionEmitter.onNext(SessionsAction.MenuTapped(this)) }
}
session_card_share_button.setOnClickListener {
session?.apply { actionEmitter.onNext(SessionsAction.ShareTapped(this)) }
}
}
fun bind(session: ArchivedSession) {

Loading…
Cancel
Save