Commit a0a1b730 by Lee Munkyeong

Update Submodule

parent 29b8f0b2
Subproject commit 5d0e71bd7ff6383baab4a0f7f333279b7307a27a
Subproject commit bb40d8b5ff5efc1bccdf7cfe9858a036ee33c940
......@@ -355,7 +355,7 @@ public class OperationListActivity extends ABVUIActivity {
handler.post(new Runnable() {
@Override
public void run() {
showProgressView("");
showProgressPopup();
}
});
......@@ -377,7 +377,7 @@ public class OperationListActivity extends ABVUIActivity {
}
};
try {
dataRefresh(true, progressCallback);
dataRefresh(true);
} catch (Exception e) {
handler.post(new Runnable() {
@Override
......
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