Nain57/Smart-AutoClicker

Lock on always true condition

tian2105 opened this issue · 0 comments

Describe the bug
As soon as one event is always true, it will start twice in a row then loop, and never go to next step

To Reproduce
Create a first event always true
Choose a swipe up
Pause for 10s

Create a second event always true
Choose a swipe down
Pause for 1s

Obtained scenario
swipe up -> "<1s" -> swipe up -> 10s ->...

Expected behavior
I don't know if we want this to run parallel or serial so 2 behaviours would be rather rational :

  1. swipe ups happening every 10 s and, in the same time, swipe down every second..
  2. swipe up -> 10s ->swipe down -> 1s ->...

Smartphone

  • Device: Google Pixel 4a 5G
  • Android OS version: LineageOS - Android 13
  • Smart AutoClicker version : 2.4.1 (from f-droid.org)