1
0
Fork 0
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:
B. Petersen 2018-05-30 13:18:14 +02:00
parent ce1da0b41d
commit 2f9e9f278c
6 changed files with 2 additions and 61 deletions

View file

@ -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: