This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
single
Михаил Капелько
10 months ago
parent
1afcae37a7
commit
143b0d1dd5
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
Modules/MeetupIdX/src/MeetupId.Shoulds.swift
+ 7
- 0
Modules/MeetupIdX/src/MeetupId.Shoulds.swift
View File
@@ -33,6 +33,13 @@ public extension MeetupId {
return true
}
if
c.finishLoading,
c.isLoading.value
{
return false
}
return nil
}
Write
Preview
Loading…
Cancel
Save