家族公会消息

This commit is contained in:
fengshuo
2022-04-18 22:36:16 +08:00
parent e060f55c72
commit 513801c070
41 changed files with 847 additions and 128 deletions

View File

@@ -116,7 +116,7 @@
}
break;
case XPRoomMenuItemType_More: {
XPRoomMoreMenuViewController * moreMenuVC = [[XPRoomMoreMenuViewController alloc] initRoomInfo:self.delegate.getRoomInfo currentNav:self.delegate.getCurrentNav];
XPRoomMoreMenuViewController * moreMenuVC = [[XPRoomMoreMenuViewController alloc] initWithDelegate:self.delegate];
[self.delegate.getCurrentNav presentViewController:moreMenuVC animated:YES completion:nil];
}
break;