bitsy-wallet/app/src
Severiano Jaramillo 31073e2acf Fix crash in BalancesFragment.
- The crash was happening in a very weird scenario, but it was good because it forced us to search an alternative to update the BalancesFragment when the user navigates back to the HomeFragment. The solution was to use the childFragmentManager instead of the fragmentManager to create the PagerAdapter used in the ViewPager that displays the BalancesFragment. Basically, because we are using nested fragments we need to use the childFragmentManager instead of just the fragmentManager, to use the correct LyfeCycle events.
2019-08-21 15:09:59 -05:00
..
androidTest/java/cy/agorise/bitsybitshareswallet - Commented some tests in the TransfersTests that no longer work due to changes in the API 2019-02-06 17:38:30 -05:00
debug/res/values Update google maps 2019-01-29 10:36:09 -06:00
main Fix crash in BalancesFragment. 2019-08-21 15:09:59 -05:00
test/java/cy/agorise/bitsybitshareswallet This commit finishes with the second part of the equivalent values calculation. In this part of the procedure a query is performed 2019-02-04 21:00:57 -05:00