cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

fixed bugs #425

Open jjhesk opened 8 years ago

jjhesk commented 8 years ago

enhanced ptr and repackaged the files

jjhesk commented 8 years ago

@cymcsg here is all the fixed from the previous reports. you might try on my library before merging to my repos =)

cymcsg commented 8 years ago

Great! The merge tool said This branch has conflicts that must be resolved , so it also need to be fixed some conflicts manually.

jjhesk commented 8 years ago

@cymcsg the conflicts are covered from your part and most of the changes are done in the main class UlitmateRecyclerView. I recommend to merge -f when you have reviewed the code. finally you may need to make your changes and deploy on your packages with ur signature. I have my own on your package deployment as stated in my readme.

ubeyou commented 6 years ago

please merge this issue as there is a bug in UltimateRecyclerView/ultimaterecyclerview/src/main/java/com/marshalchen/ultimaterecyclerview/UltimateRecyclerView.java

updateHelperDisplays()

mEmpty.setVisibility(mEmptyView == null ? View.VISIBLE : View.GONE); //should be reversed.