Adds issue numbers to unimplemented FAB clicks
This commit is contained in:
parent
d116d98080
commit
b0a9b482e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user