Commit 579339d4 by NGUYEN HOANG SON

add comment delay auto sync

parent 5af55ddd
...@@ -543,6 +543,7 @@ public class OperationListActivity extends OperationActivity { ...@@ -543,6 +543,7 @@ public class OperationListActivity extends OperationActivity {
// 作業指示・報告からプロジェクト一覧へ戻った時の同期処理 // 作業指示・報告からプロジェクト一覧へ戻った時の同期処理
if (ABVEnvironment.getInstance().networkAdapter.isNetworkConnected()) { if (ABVEnvironment.getInstance().networkAdapter.isNetworkConnected()) {
if (isAutoSync()) { if (isAutoSync()) {
// delay for showProgressView
handler.postDelayed(new Runnable() { handler.postDelayed(new Runnable() {
@Override @Override
public void run() { public void run() {
......
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