Replay works wrong if log has step with empty move array

Issue #27 new
Airon Tark created an issue

if log has such text

"moves": [],

It works wrong. Need to do:

  • Prevent from appears such strings (it appears when we clear step in REcordActivity)
  • If it appears handle it right way

Comments (1)

  1. Log in to comment