This commit is contained in:
linshujie 2026-07-09 11:53:13 +08:00
parent 401ac16ac5
commit 94c2315894
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class InviteJoinVC: BaseViewController {
SharePopView.show()
}).disposed(by: disposeBag)
//
rootView.shareCodeBtn.rx.tap.subscribe(onNext: { [weak self] in
guard let self = self else { return }
guard let config = AppContextManager.shared.systemConfig,