Missed call popup.... Help required
Moderator: Martin
-
- Posts: 11
- Joined: 21 Jun 2013 13:15
Missed call popup.... Help required
Hi, I am working on a Missed call popup flow which shows a 30s popup which gives user the option to either open the call log and dismiss the notification or dismiss the popup and leave the notification in the bar. It is almost working except for one little thing. When the popup is on screen and the user gets another missed call, the flow shows another popup over the first one. I want the flow to end if a popup is on screen. Any ideas
- Attachments
-
- missed call popup.xml
- This is the flow
- (5 KiB) Downloaded 1294 times
Re: Missed call popup.... Help required
I didn't try your flow but i think the problem is with your script when you set the value 1 to the global variable. You put a double equal but in script you must put a single equal like this:
global_Missed_Calls = 1
The double equal must be use im the expression condition.
Try it and tell us if it's ok.
global_Missed_Calls = 1
The double equal must be use im the expression condition.
Try it and tell us if it's ok.
-
- Posts: 11
- Joined: 21 Jun 2013 13:15
Re: Missed call popup.... Help required
Yup that was it *face palm*. Thanks a ton
Re: Missed call popup.... Help required
Please post the updated flow...
-
- Posts: 11
- Joined: 21 Jun 2013 13:15
Re: Missed call popup.... Help required
Here's the flow. Took some more time as I wanted to include the feature to show popup when you unlock the screen also.
http://automagic4android.com/flow.php?i ... 69d23880bb
http://automagic4android.com/flow.php?i ... 69d23880bb