Commit 2aedb779 by Lee Jaebin

一括同期が1件の場合、プログレスバーが表示されない問題対応

parent 3388f245
......@@ -1715,8 +1715,13 @@ public class OperationListActivity extends ABVUIActivity {
batchSyncView.show();
// 一括同期処理
CommonExecutor.execute(new Runnable() {
@Override
public void run() {
batchSyncView.batchOperationSyncForCheckDonwload();
}
});
}
/**
* 同期ボタンタップの日付と現在の日付が異なる且つ、作業するデータが存在しない場合
......
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