Михаил Капелько 10 months ago
parent
commit
cb9e99afdd
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      Modules/MeetupIdX/src/MeetupId.Shoulds.swift

+ 0
- 3
Modules/MeetupIdX/src/MeetupId.Shoulds.swift View File

@@ -26,12 +26,10 @@ public extension MeetupId {
}

static func shouldResetLoading(_ c: MeetupIdContext) -> Bool? {
/**/print("ИГР MeetupIS.shouldRL-0")
if
c.join,
!c.isLoading.value
{
/**/print("ИГР MeetupIS.shouldRL-1")
return true
}

@@ -39,7 +37,6 @@ public extension MeetupId {
c.finishLoading,
c.isLoading.value
{
/**/print("ИГР MeetupIS.shouldRL-2")
return false
}



Loading…
Cancel
Save