Skip to content

Commit

Permalink
Merge pull request #58 from rafaelmeteoro/patch-1
Browse files Browse the repository at this point in the history
Update BaseSliderView.java
  • Loading branch information
daimajia committed Dec 9, 2014
2 parents 6c2f6ae + 8207cec commit 2785b1f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ public void onError() {
if(mLoadListener != null){
mLoadListener.onEnd(false,me);
}
if(v.findViewById(R.id.loading_bar) != null){
v.findViewById(R.id.loading_bar).setVisibility(View.INVISIBLE);
}
}
});
}
Expand Down

0 comments on commit 2785b1f

Please sign in to comment.