You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/03/26 19:58:28 UTC

[GitHub] [fineract-cn-mobile] EGOR-IND opened a new pull request #178: resolve issue of debit and income item not updating when edited

EGOR-IND opened a new pull request #178:
URL: https://github.com/apache/fineract-cn-mobile/pull/178


   Fixes [FINCN-310](https://issues.apache.org/jira/browse/FINCN-310)
   
   https://user-images.githubusercontent.com/56648862/112685783-1185f980-8e9b-11eb-8362-73996eef4e87.mp4
   
   Correctly placed the misplaced activityComponent injection statement which was placed in onViewCreated before which was creating issue because we cannot inject an activityComponent to the baseActivity after it's onCreate method gets finished, that was stopping the adapter to update it's data.
   
   Please make sure these boxes are checked before submitting your pull request - thanks!
   
   - [x] Apply the `AndroidStyle.xml` style template to your code in Android Studio.
   
   - [x] Run the unit tests with `./gradlew check` to make sure you didn't break anything.
   
   - [x] If you have multiple commits please combine them into one commit by squashing them.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org