cCloseAlwaysOnTopAlert function

void cCloseAlwaysOnTopAlert()

Implementation

void cCloseAlwaysOnTopAlert() {
  cAlertOverlayEntry?.remove();
  cAlertOverlayEntry = null;
}