hideFloating method

void hideFloating()

Implementation

void hideFloating() {
  if (show) {
    entry.remove();
    show = false;
  }
}