Closed JuGoo closed 4 years ago
These changes fix the following nullpointer exception in AlarmOperationScheduler: issue_crash.txt
We need to check that the operation is valid (not null) before running it.
@JuGoo Thanks for the PR. Before I can merge it I need you to fill out this form: https://docs.google.com/forms/d/e/1FAIpQLScErfiz-fXSPpVZ9r8Di2Tr2xDFxt5MgzUel0__9vqUgvko7Q/viewform
What do these changes do?
These changes fix the following nullpointer exception in AlarmOperationScheduler: issue_crash.txt
Why are these changes necessary?
We need to check that the operation is valid (not null) before running it.
How did you verify these changes?
Verification Screenshots:
Anything else a reviewer should know?