Macrodroid question.
I have the following macro, which needs to loop:
- UI Interaction
- Wait 1 second
- UI Interaction
- Wait 2 seconds
- Macro Run [This Macro]
How can I break the loop between Step 4 and Step 5 (Macro Run), if the screen is tapped, during that 2-second delay?
I have considered creating a second macro, that will terminate the first macro, upon trigger of screen tap, but screen tap is not a UI Interaction option as a trigger for the second macro.