Page 1 of 1

Pulling down notification triggers App Task Ended/Started

Posted: 27 Sep 2019 02:09
by aximili
I have a Task to turn on Auto Rotate when I open certain apps.
But when I am on bed, I want to be able to pull down notification and turn auto-rotate off.

The problem is, pulling down notification would trigger App Task Ended and closing the notification would re-trigger App Task Started - thus making it impossible for me to turn auto-rotate off.

I never had this problem when I used Tasker. Am I missing something here?

(Similar post that I don't understand: viewtopic.php?f=6&t=4539)

Re: Pulling down notification triggers App Task Ended/Started

Posted: 27 Sep 2019 18:25
by Martin
Hi,

You can try to see if the Method in trigger 'App Task Started' helps to change the behavior. Alternatively you could temporarily disable and then re-enable the flows when you are pulling down the notification drawer.

Regards,
Martin

Re: Pulling down notification triggers App Task Ended/Started

Posted: 27 Sep 2019 18:31
by Desmanto
Other method is you can a quick tile setting. When you press it, disable the app task started/ended flow for 1 seconds and re-enable it back. This will make the auto rotate off, and when back to the app, the auto rotate is still off since the flow is disabled when you return.

Re: Pulling down notification triggers App Task Ended/Started

Posted: 28 Sep 2019 11:58
by aximili
Martin wrote:
27 Sep 2019 18:25
You can try to see if the Method in trigger 'App Task Started' helps to change the behavior. Alternatively you could temporarily disable and then re-enable the flows when you are pulling down the notification drawer.
Perfect! The Experimental method works. Thank you Martin!
I with that was the default, now I need to go change 20+ tasks that use app started/ended.