This commit is contained in:
Михаил Капелько
2023-12-31 20:12:46 +03:00
parent c4503c4194
commit cb9e99afdd

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
} }