Михаил Капелько 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? { static func shouldResetLoading(_ c: MeetupIdContext) -> Bool? {
/**/print("ИГР MeetupIS.shouldRL-0")
if if
c.join, c.join,
!c.isLoading.value !c.isLoading.value
{ {
/**/print("ИГР MeetupIS.shouldRL-1")
return true return true
} }


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




Loading…
Cancel
Save