Skip to content
Snippets Groups Projects

Restore contacts from backup

2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -184,6 +184,7 @@ public let contactReducer = Reducer<ContactState, ContactAction, ContactEnvironm
@@ -184,6 +184,7 @@ public let contactReducer = Reducer<ContactState, ContactAction, ContactEnvironm
case .lookup(.didLookup(let xxContact)):
case .lookup(.didLookup(let xxContact)):
state.xxContact = xxContact
state.xxContact = xxContact
 
state.lookup = nil
return .none
return .none
case .sendRequestTapped:
case .sendRequestTapped:
Loading