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

Fix Issue #859:Disabled menu item on selection #885

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

AkshGautam
Copy link
Contributor

@AkshGautam AkshGautam commented Feb 12, 2018

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

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

  • Run the unit tests 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.

@AkshGautam
Copy link
Contributor Author

@tarun0 @therajanmaurya Please review this for issue #859 . I have tried to reduce the function calls and checked it to verify that it's working in all cases like back button press etc.
Please Have look at all the handled cases.
20180212_203745

@AkshGautam AkshGautam changed the title Fix Issue #859:Enabled menu item on selection Fix Issue #859:Disabled menu item on selection Feb 12, 2018
@tarun0
Copy link
Member

tarun0 commented Feb 14, 2018

A fix engendering another issue isn't quite a 'fix' :) Two progressbars are being shown simultaneously in the video you attached.

@@ -63,6 +63,7 @@
SwitchCompat userStatusToggle;
private Menu menu;
private boolean doubleBackToExitPressedOnce = false;
private boolean item_client = true, item_center = true, item_group = true;
Copy link
Member

Choose a reason for hiding this comment

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

Follow camelCase naming convention.

@AkshGautam
Copy link
Contributor Author

AkshGautam commented Feb 14, 2018

@tarun0 the two progress bar problem has already been addressed and solved in issue #830 . It's just that I haven't merged the branches in my local repo. I would definitely change the names to camel case. Thanks

@AkshGautam
Copy link
Contributor Author

@tarun0 @therajanmaurya I have made the changes. Please ignore the two progress bars since it is already a persisting issue which I have already solved in another PR.

@therajanmaurya therajanmaurya merged commit a994468 into openMF:master Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants