fixed another problem with leaving scores screen on Android platform
authorHolger Schemel <info@artsoft.org>
Sun, 22 May 2022 11:35:15 +0000 (13:35 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 22 May 2022 11:50:47 +0000 (13:50 +0200)
commit6ca233d4d71331460af0443bf5b307f16c6fe069
treef475d668875f4574555aaab28581bd4773e27c46
parent253688c723334738297ec82a5256c76ed55efe5e
fixed another problem with leaving scores screen on Android platform

On Android, when touching the screen anywhere in the hall of fame
after playing a game, this should either start the next game or
return to the main menu. However, this is done when touching the
screen with "finger down", not with "finger up again", sending an
additional "release" event in the main menu, triggering the menu
entry under the finger.

This fix triggers leaving the hall of fame on the "release" event
only.
src/screens.c