Commit 088ee2bb authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RoomListFragment.kt

parent 9c8a06ca
...@@ -87,14 +87,6 @@ class RoomListFragment : Fragment(), RoomListContract.View { ...@@ -87,14 +87,6 @@ class RoomListFragment : Fragment(), RoomListContract.View {
userId, userId,
offset) offset)
} }
// R.id.action_file_list -> {
// activity.title = getString(R.string.fragment_room_list_file_list_title)
// presenter.requestFileList(roomId,
// roomType,
// hostname,
// token,
// userId)
// }
R.id.action_member_list -> { R.id.action_member_list -> {
presenter.requestMemberList(roomId, presenter.requestMemberList(roomId,
roomType, roomType,
......
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