Fixed flash killing beep

This commit is contained in:
Sean Qureshi 2013-08-07 00:26:21 -07:00
parent ea969c6e42
commit c02e1a095c

View File

@ -57,7 +57,6 @@ static void chat_onMessage(ToxWindow *self, int num, uint8_t *msg, uint16_t len)
self->blink = true;
beep();
flash();
}
static void chat_onNickChange(ToxWindow *self, int num, uint8_t *nick, uint16_t len)