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
1 changed files with 2 additions and 2 deletions

View File

@ -114,11 +114,11 @@ class HomeRoomListFragment @Inject constructor(
showFABs()
views.newLayoutCreateChatButton.setOnClickListener {
// Click action for create chat modal goes here
// Click action for create chat modal goes here (Issue #6717)
}
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