Commit 11946954 by NGUYEN HOANG SON

fix auto sync loading

parent 579339d4
......@@ -2463,9 +2463,7 @@ public class OperationListActivity extends OperationActivity {
return;
}
mAutoSyncingFlg = true;
showProgressView(PatternStringUtil.patternToString(getApplicationContext(),
R.string.synchronizing,
getUserPref(AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)));
showProgressPopup();
CommonExecutor.execute(new Runnable() {
@Override
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