Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added announce. and favWorkflow presenter Tests and Bug Fixes in Announcements #86

Merged
merged 1 commit into from Jun 16, 2018

Conversation

Hiteshgautam01
Copy link
Contributor

@Hiteshgautam01 Hiteshgautam01 commented Jun 15, 2018

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the checks with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@@ -62,7 +62,6 @@ public void detachView() {

public void loadAllAnnouncement(int pageNumber) {
checkViewAttached();
getMvpView().showProgressbar(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have you removed this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sagar15795 , While announcements are loading, due to this we can see two progress bar at the same time. You can see in this video:- https://drive.google.com/file/d/1GaAdVFM7PGhusLZizwuAo2rIBD2Zj4ly/view?usp=sharing
So, I removed one progress bar in loadAllAnnouncement.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@asfgit asfgit merged commit 5d8a40a into apache:master Jun 16, 2018
@sagar15795
Copy link
Member

@Hiteshgautam01 Great work. Just make sure you will test attachSearchHandler function in instrumental testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants