[client] overlay: add app_invalidateOverlay method

This commit is contained in:
Geoffrey McRae
2022-01-08 15:18:40 +11:00
parent ad6fa5a504
commit 0080e5f1b9
3 changed files with 15 additions and 4 deletions

View File

@@ -130,5 +130,6 @@ void overlayAlert_show(LG_MsgAlert type, const char * fmt, va_list args)
l_alert.timeout = ALERT_TIMEOUT;
l_alert.type = type;
l_alert.show = true;
l_alert.redraw = true;
app_invalidateOverlay(true);
}