mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
Ignore clicks on header
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6ceb0c12da
commit
8dce2ccb9b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class RoomMenuController extends BaseController implements FlexibleAdapte
|
|||
|
||||
@Override
|
||||
public boolean onItemClick(int position) {
|
||||
if (menuItems.size() > position) {
|
||||
if (menuItems.size() > position && position != 0) {
|
||||
MenuItem menuItem = (MenuItem) menuItems.get(position);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue