Steps to reproduce: 1. Run main game 2. Enter game with a player name and randomly select game size from setting 3. Successfully cancel two grids or select two grids from different types. Actual result: Bonus / Punishment time is not presented in the timer progress bar. There is no affect to the amount of time remaining. Expected result: Time progress bar should move according to bonus / punishment time. The amount of time remaining should change.
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200 on Windows 10. Fixing in progress.
This issue has been fixed by updating the value of timer progress bar immediately after getting bonus or punishment instruction in TimerThread. Previously the behavior of time change when timer is running is not well-developed.