We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary: there is a for loop while creating creating a job which creates more than 100 jobs and causes app to crash sometimes
Steps to reproduce: enter pin again and again , sometimes it appears but most of the time android handles that
Expected behaviour: there are at max requirement of 6 jobs but loop takes it around 142 which is very poor use of resources
Observed behaviour: I see the loop is making job request more that 100 time. I thing the change required if in the files which are set to read only
Device and Android version: model device (Moto one power) android phone version (10)
Screenshots: .
The text was updated successfully, but these errors were encountered:
i would like to start working on the issue i have knowledge of android development would that be enough??
Sorry, something went wrong.
No branches or pull requests
Summary:
there is a for loop while creating creating a job which creates more than 100 jobs and causes app to crash sometimes
Steps to reproduce:
enter pin again and again , sometimes it appears but most of the time android handles that
Expected behaviour:
there are at max requirement of 6 jobs but loop takes it around 142 which is very poor use of resources
Observed behaviour:
I see the loop is making job request more that 100 time.
I thing the change required if in the files which are set to read only
Device and Android version: model device (Moto one power) android phone
version (10)
Screenshots:
.
The text was updated successfully, but these errors were encountered: