diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-01-24 16:22:39 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-01-24 16:22:39 (GMT) |
| commit | 219bafb01ac11a2dc0591d37f00e1acc6d478b54 (patch) | |
| tree | e0f0a1db0c060f36770aa7369b4f4f6e57141d01 /src/displayapp/screens/Tile.cpp | |
| parent | 6d76dbc9117693cc611ba106d696222580dbdc95 (diff) | |
Handle call notification the same way than other notifications.
Display the call notifications in the Notification app, with buttons to accept/reject the call.
Diffstat (limited to 'src/displayapp/screens/Tile.cpp')
| -rw-r--r-- | src/displayapp/screens/Tile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Tile.cpp b/src/displayapp/screens/Tile.cpp index c1a5e94..214d273 100644 --- a/src/displayapp/screens/Tile.cpp +++ b/src/displayapp/screens/Tile.cpp @@ -22,7 +22,6 @@ Tile::Tile(DisplayApp* app, std::array<Applications, 6>& applications) : Screen( appIndex++; } } - modal.reset(new Modal(app)); btnm1 = lv_btnm_create(lv_scr_act(), nullptr); lv_btnm_set_map(btnm1, btnm_map1); |
