debugBtnIsShow function

bool debugBtnIsShow()

悬浮按钮展示状态

Implementation

bool debugBtnIsShow() {
  return !(itemEntry == null);
}