gshotwell / shambhala_app_issues

A public repository for discussion about Shambhala App issues and new features
1 stars 0 forks source link

Play session - doesn't count multiple plays, before closing #30

Closed chrismorel closed 7 years ago

chrismorel commented 7 years ago

Play a session - 1x & close, the profile count for the session is correct.

Play a session - more than 1 time, before closing, & then go to user profile. The session count only increased by 1, instead of adding the total times played.

gshotwell commented 7 years ago

Hmmmm, good catch! it's iterating the play count when the component unmounts

On Wed, Apr 5, 2017, 4:58 PM chrismorel notifications@github.com wrote:

Play a session - 1x & close, the profile count for the session is correct.

Play a session - more than 1 time, before closing, & then go to user profile. The session count only increased by 1, instead of adding the total times played.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GShotwell/shambhala_app_issues/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AIBvlKtXsnVK1BiI6RK-dY5zRkhaHWaoks5rs_JagaJpZM4M0vEy .

chrismorel commented 7 years ago

I thought that I also saw a case where there was a count, when it should have been 0, but am not sure ... or if it is repeatable (yet :-) Maybe, when saving an existing one (save as ...) or some other scenario. I'll try again. Hmm ...