Page 1 of 1
notification on statusbar removed direction
Posted: 27 May 2018 01:12
by Mikerrtx
Would it be feasible to return the direction on the notification on statusbar removed trigger? I would like to take different actions on swipes to the left or to the right.
Re: notification on statusbar removed direction
Posted: 27 May 2018 19:17
by Martin
To my knowledge this is not possible since the system does not provide this distinction to apps.
Regards,
Martin
Re: notification on statusbar removed direction
Posted: 27 May 2018 21:13
by digitalstone
I'm almost certain there used to be an Android version (few years ago) that could actually distinct the difference between left/right notification swipe-remove.
But maybe i'm confused with CyanogenMod which i used at that time.
Re: notification on statusbar removed direction
Posted: 28 May 2018 16:35
by Desmanto
While it maybe a little more hassle, maybe you can add another condition confirmation dialog. The yes and no will allow you to pick which one you need.
But I usually just use Input Dialog Single Choice Menu (my favourite) to split these kind of choice.