Commit 7125dce7 by Kim Jinsung

コメント追加

parent 4b2142f3
......@@ -1260,7 +1260,7 @@ public class OperationListActivity extends ABVUIActivity {
mCommunicationMenuDialog.setContentView(R.layout.communication_menu_dialog);
List<PushMessageDto> pushMessageDtoList = mPushMessageLogic.getAllPushMessageList();
//SATOではプッシュメッセージ機能を利用しないため、無効化する。
// boolean existUnreadFlg = false;
// for (PushMessageDto pushMessageDto : pushMessageDtoList) {
// if (!pushMessageDto.readingFlg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment