This commit is contained in:
2023-10-22 23:15:54 +08:00
parent ebeb276bb1
commit be02488180
17 changed files with 413 additions and 40 deletions

View File

@@ -94,7 +94,7 @@ public class MatchingActivity extends AbsOTOActivity {
}
}).showDialog();
});
Bundle bundle = getIntent().getBundleExtra("bundle");
Bundle bundle = getIntent().getExtras();
if (bundle != null) {
String data = bundle.getString("data");
bundle.putInt("type",ChatActivity.CALL_CHAT_TYPE_MATCH);