damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
89 stars 4 forks source link

Always update the Create Marker action position #169

Closed damontecres closed 8 months ago

damontecres commented 8 months ago

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 to ClassPresenterSelector but for item clicks. I think, eventually, StashItemViewClickListener should be refactored into this new class.