Commit ea5bda7b authored by kenan's avatar kenan

rm lastRefresh

parent 4b1a9d38
......@@ -60,8 +60,6 @@ public class YGOMobileActivity extends NativeActivity implements
OverlayOvalView.OnDuelOptionsSelectListener {
private static final String TAG = YGOMobileActivity.class.getSimpleName();
private long mLastReportTime;
private static boolean DEBUG;
private static final int MAX_REFRESH = 30 * 1000;
......@@ -635,10 +633,6 @@ public class YGOMobileActivity extends NativeActivity implements
@Override
public void onReportProblem() {
if (System.currentTimeMillis() - mLastReportTime < 3000) {
return;
}
mLastReportTime = System.currentTimeMillis();
runOnUiThread(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