mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 02:29:28 +02:00
wake locks should be handled by the caller
This commit is contained in:
parent
ce1da0b41d
commit
2f9e9f278c
6 changed files with 2 additions and 61 deletions
|
@ -65,7 +65,6 @@ static uintptr_t receive_event(mrmailbox_t* mailbox, int event, uintptr_t data1,
|
|||
{
|
||||
case MR_EVENT_GET_STRING:
|
||||
case MR_EVENT_GET_QUANTITY_STRING:
|
||||
case MR_EVENT_WAKE_LOCK:
|
||||
break; /* do not show the event as this would fill the screen */
|
||||
|
||||
case MR_EVENT_INFO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue