Infeasible
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Hello,
Thank you for creating this issue.
I could not reproduce this behaviour. Time-based triggers are running even after following the steps you specified.
From the screenshots you shared, it looks like there are two functions in your project that have the same name. This might be the reason you are getting the behaviour you expect. Are you sure that's not the case? Can you share all the code you're using (if you haven't done it already) so that I can try to reproduce this.
Kind regards.
vi...@google.com <vi...@google.com> #3
It does look like it's impossible to reproduce with a simple use case that I specified.
We have a huge project and it would be impossible to put all the code here. Right now we are working on removing duplicate function names (even though none of them is called from a trigger) to see if it fixes it.
But in our project, the described steps stop the trigger execution in 100% of cases.
We have a huge project and it would be impossible to put all the code here. Right now we are working on removing duplicate function names (even though none of them is called from a trigger) to see if it fixes it.
But in our project, the described steps stop the trigger execution in 100% of cases.
vi...@google.com <vi...@google.com> #4
Hello,
Please remove all the duplicate function names in your project and see if the problem persists.
Kind regards.
Description
Steps:
1. Disable animations by setting *Windows animation scale*, *Transition animation scale* and *Animator duration scale* to OFF in developer settings
2. Open Camera app
**Expected result**: Camera icon flashes in status bar and then changes to green dot without any animation
**Actual result**: Camera icon appears in status bar with an animation and then changes to green dot with an animation
Unnecessary animations disrupt software test automation in some cases.