Adds issue numbers to unimplemented FAB clicks

This commit is contained in:
ericdecanini 2022-08-02 15:18:45 +02:00
parent d116d98080
commit b0a9b482e7

View File

@ -114,11 +114,11 @@ class HomeRoomListFragment @Inject constructor(
showFABs() showFABs()
views.newLayoutCreateChatButton.setOnClickListener { views.newLayoutCreateChatButton.setOnClickListener {
// Click action for create chat modal goes here // Click action for create chat modal goes here (Issue #6717)
} }
views.newLayoutOpenSpacesButton.setOnClickListener { views.newLayoutOpenSpacesButton.setOnClickListener {
// Click action for open spaces modal goes here // Click action for open spaces modal goes here (Issue #6499)
} }
// Hide FABs when list is scrolling // Hide FABs when list is scrolling