-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Isolate pending interaction logic in separate model #1137
Isolate pending interaction logic in separate model #1137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. Left minor comment
|
||
extension SecureConversations { | ||
final class PendingInteraction: ObservableObject { | ||
private(set) var cancellables: Set<AnyCancellable> = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There as "sugar" typealias CancelBag, let's decide whether to use or remove it at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out that one is not used at all 🤦♂️
Removed it altogether c4efd3c.
GliaWidgets/SecureConversations/SecureConversations.PendingInteraction.swift
Outdated
Show resolved
Hide resolved
!squash |
1e8962c
to
878c293
Compare
Introduce 'PendingInteraction' model to determine pending interaction for SC 2.0. MOB-3850
878c293
to
f912444
Compare
23f79d4
into
feature/entry-widget-and-secure-conversations-v2
MOB-3850
What was solved?
Introduce 'PendingInteraction' model to determine pending interaction for SC 2.0.
Release notes:
Additional info:
Screenshots: