Commit 7141a9a0 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomFragment.java

parent 5b2fd03a
...@@ -323,9 +323,9 @@ public class RoomFragment extends AbstractChatRoomFragment implements ...@@ -323,9 +323,9 @@ public class RoomFragment extends AbstractChatRoomFragment implements
case R.id.action_favorite_messages: case R.id.action_favorite_messages:
showRoomListFragment(R.id.action_favorite_messages); showRoomListFragment(R.id.action_favorite_messages);
break; break;
// case R.id.action_file_list: case R.id.action_file_list:
// showRoomListFragment(R.id.action_file_list); showRoomListFragment(R.id.action_file_list);
// break; break;
case R.id.action_member_list: case R.id.action_member_list:
showRoomListFragment(R.id.action_member_list); showRoomListFragment(R.id.action_member_list);
break; break;
......
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