setNavigationItemSelectedListener Not Working

后端 未结 3 857
星月不相逢
星月不相逢 2020-11-29 11:22

My NavigationView onClick event is not working.

Here are the code snippets I tried one by one, but nothing worked:

  1. Implementi
3条回答
  •  死守一世寂寞
    2020-11-29 11:54

    This worked for me, to bring the view to the front

    navigationView.setNavigationItemSelectedListener(this);
    navigationView.bringToFront();
    

提交回复
热议问题