Add back a notification when receiving a call
If a menu already is open while receiving a call, the dedicated menu could not open itself. It prevent completly the user to pickup the call. We add a notification to open this menu manually. Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
0df2ae3c95
commit
02a37c9dea
2 changed files with 7 additions and 0 deletions
|
@ -252,6 +252,7 @@ incomingcallmenu() {
|
|||
elif echo "$PICKED" | grep -q "Mute"; then
|
||||
mute "$1"
|
||||
fi
|
||||
rm -f "$NOTIFDIR/incomingcall_${1}_notification"* #there may be multiple actionable notification for one call
|
||||
}
|
||||
|
||||
modem_n || finish "Couldn't determine modem number - is modem online?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue