File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vector/src/main/java/im/vector/app/features/home/room/detail Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -797,7 +797,7 @@ class TimelineFragment :
797
797
}
798
798
// We use a custom layout for this menu item, so we need to set a ClickListener
799
799
menu.findItem(R .id.open_matrix_apps)?.let { menuItem ->
800
- menuItem.actionView?.debouncedClicks {
800
+ menuItem.actionView?.setOnClickListener {
801
801
handleMenuItemSelected(menuItem)
802
802
}
803
803
}
@@ -808,7 +808,7 @@ class TimelineFragment :
808
808
809
809
// Custom thread notification menu item
810
810
menu.findItem(R .id.menu_timeline_thread_list)?.let { menuItem ->
811
- menuItem.actionView?.debouncedClicks {
811
+ menuItem.actionView?.setOnClickListener {
812
812
handleMenuItemSelected(menuItem)
813
813
}
814
814
}
You can’t perform that action at this time.
0 commit comments