shouldEnterCallingPageAfterLckAccept static method

bool shouldEnterCallingPageAfterLckAccept({
  1. required CallPage currentPage,
  2. required bool isOpenFloatWindow,
})

Implementation

static bool shouldEnterCallingPageAfterLckAccept({
  required CallPage currentPage,
  required bool isOpenFloatWindow,
}) {
  return currentPage == CallPage.none && !isOpenFloatWindow;
}