Commit f6eef977 by Kazuyuki Hida

フラグの切り換えを忘れていた。

parent f2844854
...@@ -267,6 +267,7 @@ public class DashboardActivity extends OperationActivity { ...@@ -267,6 +267,7 @@ public class DashboardActivity extends OperationActivity {
} }
case CMD_GET_REPORT_LIST: { case CMD_GET_REPORT_LIST: {
if (! countInitialized) { if (! countInitialized) {
countInitialized = true;
getReportStatusCount(); getReportStatusCount();
} }
String reportStatusId = param.get(ReportStatusId); String reportStatusId = param.get(ReportStatusId);
......
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