Skip to content
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

Fix to Start Program button App Crash #166

Merged
merged 3 commits into from
Aug 3, 2020
Merged

Conversation

ConstanHin
Copy link
Contributor

A fix to the "start program" button in "program" tab causing the app to crash.

OnClickListener clickStartStopButton on ProgramRunnerFragment.java, block code modified to fix crash app.
The app was crashing when the method "View.OnClickListener clickStartStopButton" was trying to get a null id.

long runningProgramId=mRunningProgram.getId();
OnClickListener clickStartStopButton on ProgramRunnerFragment.java, block code modified to fix crash app.
The app was crashing when the method "View.OnClickListener clickStartStopButton" was trying to get a null id.

long runningProgramId=mRunningProgram.getId();
Copy link
Owner

@brodeurlv brodeurlv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for proposing this pull request. There is indeed a bug :).

Copy link
Owner

@brodeurlv brodeurlv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@brodeurlv brodeurlv merged commit 94d87b7 into brodeurlv:master Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants