mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-28 06:08:33 +10:00
detail; trans
This commit is contained in:
@@ -3853,7 +3853,9 @@ extension ConversationViewController: UICollectionViewDataSource, UICollectionVi
|
||||
if let realm = try? Realm(), user = userWithUsername(username, inRealm: realm) {
|
||||
let profileUser = ProfileUser.UserType(user)
|
||||
|
||||
self?.performSegueWithIdentifier("showProfileWithUsername", sender: Box<ProfileUser>(profileUser))
|
||||
delay(0.1) {
|
||||
self?.performSegueWithIdentifier("showProfileWithUsername", sender: Box<ProfileUser>(profileUser))
|
||||
}
|
||||
|
||||
} else {
|
||||
discoverUserByUsername(username, failureHandler: { [weak self] reason, errorMessage in
|
||||
|
||||
@@ -730,3 +730,5 @@
|
||||
|
||||
"Retry" = "重试";
|
||||
|
||||
"User not found." = "找不到用户。";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user