detail; trans

This commit is contained in:
nixzhu
2016-01-13 14:35:21 +08:00
parent c87d03b7b0
commit b4f3372761
2 changed files with 5 additions and 1 deletions
@@ -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
+2
View File
@@ -730,3 +730,5 @@
"Retry" = "重试";
"User not found." = "找不到用户。";