-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes when recording #662
Comments
Hi! I'm interested in working on this issue. I’ve reviewed the problem and am implementing a fix to preserve workout data when the app goes into the background, ensuring users don’t lose data when switching to other apps. My approach will involve saving session data when the app pauses and restoring it upon returning to the app. I'll follow up with a PR once I've thoroughly tested the changes. Please let me know if there are any additional considerations I should keep in mind! |
Hi @Jackpkn ! If you are working on the gym mode, at the moment this is all generated on the fly when opening the page. I had the idea (and I see that is seems I didn't any issue for this) to add a new provider that generates the pages for the gym mode. This would make it much easier to resume, since we could save something like the current step and only reset it when reaching the end or starting a new one |
@rolandgeider yeah, We have to manage it through Lifecycle |
@rolandgeider can you send the "WGER_API_KEY" |
You don't need to set the key, only to register through the app, if you are using the test server or your own dev instance, you can just login |
@rolandgeider I am getting this issue . I tried a lot. FAILURE: Build failed with an exception.
C++ build system [build] failed while executing:
BUILD FAILED in 12s |
oh, that's the ZX library, I'll have to check on my side if perhaps a new version broke something. You are on linux right? How are you building the app? |
@rolandgeider Yes i am working to building the app. Yes, I am using Linux. Finally I solved the error thank you for your reply. I think we have lot of issue with this app . what do you think about it? |
oh great, what did you do? BTW, if we want to discuss details etc, I would suggest that you ping me in the discord server (if you don't have an account or prefer to keep the conversation here, that's of course also fine) |
@rolandgeider Send me the discord server link |
6 Steps to Reproduce
Expected results:
I expected to be able to jump back to the app to continue with inputting my session data
Actual results:
The app crashed and I had to start a whole new session and re input all my data
Logs
The text was updated successfully, but these errors were encountered: