llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Leaving Sugarizer app without leaving Exerciser cause activity to become empty #850 #100

Closed llaske closed 2 years ago

llaske commented 4 years ago

It's possible to leave Sugarizer when Exerciser is still running: by closing the browser or by quitting the app. In that case when Exerciser is relaunch, the content of the activity is empty. Of course it's not a good idea for the user to leave activity on this way because it could lost its current work but having an empty context is not a good experience.

See https://github.com/llaske/sugarizer/issues/850

nikkuAg commented 2 years ago

Is this issue solved?

llaske commented 2 years ago

@nikkuAg no it's not.

nikkuAg commented 2 years ago

Okay I am working on this

nikkuAg commented 2 years ago

I have solved this issue in the above PR. Please review