Commit 8b68214e43c2e1b33b335b86cc664aa73bfb68c9
1 parent
9a127eb3
修改聊天室id
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/cnlive/im/ui/ChatRoom3Activity.java
| ... | ... | @@ -74,7 +74,7 @@ public class ChatRoom3Activity extends AppCompatActivity implements View.OnClick |
| 74 | 74 | private final int CAPTURE_VIDEO_ACTIVITY_REQUEST_CODE = 0x2001; |
| 75 | 75 | |
| 76 | 76 | private ArrayList<String> msgIds = new ArrayList<>(); |
| 77 | - private String roomIdOne = "ChatRoom10"; | |
| 77 | + private String roomIdOne = "ChatRoom05"; | |
| 78 | 78 | private EditText editText; |
| 79 | 79 | private Button send_messageOneBtn; |
| 80 | 80 | private RecyclerView listViewOne; | ... | ... |