修复测试反馈问题
This commit is contained in:
@@ -92,7 +92,7 @@ public class MatchingActivity extends AbsOTOActivity {
|
||||
bean = JSONObject.parseObject(data, SendConsumeBean.class);
|
||||
if (bean != null) {
|
||||
MatchingActivity.this.bundle=bundle;
|
||||
new Handler(Looper.getMainLooper()).postDelayed(toCallRunnable, 5000);
|
||||
new Handler(Looper.getMainLooper()).postDelayed(toCallRunnable, 1000);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -164,7 +164,7 @@ public class MatchingActivity extends AbsOTOActivity {
|
||||
bundle.putInt("type", ChatActivity.CALL_CHAT_TYPE_MATCH);
|
||||
bundle.putString("data", JSONObject.toJSONString(bean));
|
||||
MatchingActivity.this.bundle = bundle;
|
||||
handler.postDelayed(toCallRunnable, 5000);
|
||||
handler.postDelayed(toCallRunnable, 1000);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user