github rommapp/argosy-launcher v0.5.16

latest releases: v1.0.0-beta.41, v1.0.0-beta.40, v1.0.0-beta.39...
3 months ago

Changes

  • Fixed: Input routing desync after returning from emulator where gamepad input would incorrectly trigger both drawer and screen actions
  • Improved: Unified input handling architecture - single handler routes based on drawer state instead of dual-handler fallthrough pattern

Technical Details

Replaced the overlay + screen handler approach with a single app-level handler in the ViewModel that:

  • Survives Activity recreation (lifecycle stable)
  • Routes input based on internal drawer state
  • Eliminates possibility of input reaching multiple handlers

Don't miss a new argosy-launcher release

NewReleases is sending notifications on new releases.