Skip to content

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.

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