ygorbarboza / AKParallax-Android

AKParallax-Android is a Library Project that provides a parallax effect to an imageView in a ScrollView or a ListView.
245 stars 99 forks source link

Added checking imageview to prevent NPE on ParallaxScrollView #7

Closed Arkar-Aung closed 9 years ago

Arkar-Aung commented 9 years ago

To prevent causing NullPointerException while image resource is loading from network on activity start, add null check on imageView when setViewsBounds method is triggered.