1:修改bug
This commit is contained in:
@@ -78,6 +78,9 @@ public class RoomManager {
|
||||
public void fetchRoomDataAndEnter(Context context, String roomId, String password, String taskId) {
|
||||
this.taskId=taskId;
|
||||
this.context=context;
|
||||
|
||||
|
||||
|
||||
// 显示加载提示
|
||||
// 这里可以根据需要添加加载对话框
|
||||
if (CommonAppContext.getInstance().isRoomJoininj) {
|
||||
@@ -225,6 +228,7 @@ public class RoomManager {
|
||||
LogUtils.dTag("RoomActivity", "navigateToRoom:房间信息获取存在问题");
|
||||
return;
|
||||
}
|
||||
LogUtils.e(ActivityUtils.getTopActivity().getComponentName());
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
|
||||
ActivityUtils.getTopActivity().startActivity(intent);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user