aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.84k stars 683 forks source link

ViewPager onPageSelected #206

Open ahmtkocamn opened 7 years ago

ahmtkocamn commented 7 years ago

The following items do not change when I move the ViewPager. error: Attempt to invoke virtual method 'void android.widget.ImageView.setSelected(boolean)' on a null object reference

aurelhubert commented 7 years ago

@ahmtkocamn I will need more details if you want some help. When do you make this call? Can you explain me more precisely your implementation? Thanks.