{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
292 292 OperationListJSON json = AcmsClient.getInstance(cache.getUrlPath(), networkAdapter).getOperationList(param); 293 293 List<OperationDto> serverOperations = json.operationList; 294 294 295 //サーバーからチャットプシュデータを取得 296 if (ABVDataCache.getInstance().serviceOption.isChat()) { 297 ChatPushDataJSON chatPushJson = AcmsClient.getInstance(cache.getUrlPath(), networkAdapter).getChatPushList(param); 298 for ( PushMessageDto dto : chatPushJson.pushMessageList) { -
971 973 if(dto.roomName != null && dto.roomId != 0) 972 974 { -
Master
if(dto.roomName != null && dto.roomId != 0) { 「{」位置を調整してください。
-
-
-
-
968 970 @Override 969 971 public void onDetailView(final PushMessageDto dto) { 970 972 971 if(dto.roomName != null && dto.roomId != 0) 972 { 973 if(dto.roomName != null && dto.roomId != 0) { -
Master
) { の間のスペースが多いです。
-
-
merged
Toggle commit list