{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
-
147 } 148 } 149 150 /** 151 * チャットルームへ遷移するための処理 152 * @param extras 153 */ 154 private void moveChatRoom(Bundle extras) { 155 Long roomId = extras.getLong(AppDefType.ChatPushMessageKey.roomId, 0); 156 String roomName = extras.getString(AppDefType.ChatPushMessageKey.roomName); 157 String pushSendLoginId = extras.getString(AppDefType.ChatPushMessageKey.pushSendLoginId); 158 long pushSendDate = extras.getLong(AppDefType.ChatPushMessageKey.pushSendDate); 159 String collaborationType = extras.getString(AppDefType.ChatPushMessageKey.collaborationType); 160 String roomType = extras.getString(AppDefType.ChatPushMessageKey.roomType); 161 if (roomId > 0 && !StringUtil.isNullOrEmpty(roomName)) { 162 List<PushMessageDto> pushMessageDtoList = AbstractLogic.getLogic(PushMessageLogic.class).getAllPushMessageList(); -
-
merged
Toggle commit list