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? {
/**/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
}