Wallet improvements

This commit is contained in:
Peter
2019-09-25 00:57:46 +04:00
parent ee9815cff8
commit c64c16b8ee
39 changed files with 4202 additions and 3733 deletions

View File

@@ -355,7 +355,7 @@ public func channelMembersController(context: AccountContext, peerId: PeerId) ->
addMembersDisposable.set((contactsController.result
|> deliverOnMainQueue
|> introduceError(AddChannelMemberError.self)
|> castError(AddChannelMemberError.self)
|> mapToSignal { [weak contactsController] contacts -> Signal<Never, AddChannelMemberError> in
contactsController?.displayProgress = true