Commit 50bc09c3 by Lee Jaebin

新着更新の処理修正

parent 4920ba2e
......@@ -1705,7 +1705,7 @@ public class OperationListActivity extends ABVUIActivity {
@Override
public void run() {
if (!contentRefresher.isRefreshing()) {
dataRefresh(true);
dataRefresh(false);
}
}
});
......@@ -1745,7 +1745,7 @@ public class OperationListActivity extends ABVUIActivity {
@Override
public void run() {
if (!contentRefresher.isRefreshing()) {
dataRefresh(true);
dataRefresh(false);
}
}
});
......
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