androiddrawerlayoutdeprecation-warning

Method setDrawerListener is deprecated


While I'm doing something on my app, I see that the navigation drawer on my app reduced its size. But I'm not doing anything on that.

navigation drawer

Then, after checking the code, I saw that setDrawerListener is deprecated. Does anyone has a solution to this?

drawerLayout.setDrawerListener(actionBarDrawerToggle);

Solution

  • Use addDrawerListener() instead.