d
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user