Add incoming call functionality
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
This commit is contained in:

committed by
petter

parent
7e27bc8733
commit
10ba20876f
@@ -128,6 +128,9 @@ void DisplayApp::Refresh() {
|
||||
}
|
||||
}
|
||||
break;
|
||||
case Messages::NewCall:
|
||||
modal->NewNotification(notificationManager, &systemTask.nimble().alertService());
|
||||
break;
|
||||
case Messages::TouchEvent: {
|
||||
if (state != States::Running) break;
|
||||
auto gesture = OnTouchEvent();
|
||||
|
Reference in New Issue
Block a user