closeLast method

void closeLast()

Kill last presented overlay.

Implementation

void closeLast() {
  overlayEntrys.removeLast().remove();
}