2a88821710
- The ReceiveTransactionFragment was using two ViewModels, which is not recommended. According to Google's MVVM guidelines, each activity/fragment should have only one ViewModel and that ViewModel should be coupled to only one activity/fragment. For that reason the methods used in the two ViewModels in ReceiveTransactionFragment were merged into ReceiveTransactionViewModel. |
||
---|---|---|
.. | ||
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |