The navigation menu item click problem in Android

After buying the RocketWeb Android from codecanyon. I follow the documentation and configure the app. After open the app the menu is showing properly but the click event now working as expected. The item is open wrong page.

Solution: It’s a coding bug, hope in a future update it’s will be solved. For now, go to your HomeActivity.kt class and just add “i-2” will solve your problem. The problem is it’s open previous menu URL.

Leave a Reply