herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 53 forks source link

Board position zero sometimes does not display handicap + komi #374

Closed herzbube closed 2 years ago

herzbube commented 2 years ago

The collection view that lists board positions sometimes displays the cell for board position zero (start of the game) without handicap and komi information.

The issue is not always reproducible. The way it usually works is:

  1. Load a game with many moves from the archive. The app displays the last board position.
  2. Suspend the app, then kill the app.
  3. Launch the app. The app again displays the last board position.
  4. Jump to the first board position.

Expected: First board position is displayed with handicap and komi. Actual: Sometimes the first board position does not display handicap and komi, only the string "Start of the game".