Updates the Create Marker action to be its own data class so it updates correctly.
Additionally, to support this change, this PR introduces ClassOnItemViewClickedListener which is analogous to ClassPresenterSelector but for item clicks. I think, eventually, StashItemViewClickListener should be refactored into this new class.
Fixes #168
Updates the
Create Marker
action to be its own data class so it updates correctly.Additionally, to support this change, this PR introduces
ClassOnItemViewClickedListener
which is analogous toClassPresenterSelector
but for item clicks. I think, eventually,StashItemViewClickListener
should be refactored into this new class.