Commit 435705f7 by Kim Jinsung

自動同期の新着更新処理前に表示するインジケーターメッセージを「同期中」から「更新中」に変更

parent 1fe90adb
......@@ -2414,7 +2414,7 @@ public class OperationListActivity extends OperationActivity {
return;
}
mAutoSyncingFlg = true;
showProgressPopup(getResources().getString(R.string.synchronizing));
showProgressPopup(getResources().getString(R.string.updating));
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