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

NMA-603 | (Contacts in) Transaction History | Home Screen #527

Merged

Conversation

desamtralized
Copy link
Contributor

Issue being fixed or feature implemented

Related PR's and Dependencies

Screenshots / Videos

How Has This Been Tested?

  • QA (Mobile Team)

Checklist:

  • I have performed a self-review of my own code and added comments where necessary
  • I have added or updated relevant unit/integration/functional/e2e tests

@desamtralized desamtralized added the DO NOT MERGE This branch is not ready to merge. label Oct 9, 2020
public void onLoaderReset(final Loader<List<Transaction>> loader) {
// don't clear the adapter, because it will confuse users
}
//TODO: Do we need to handle this?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Most of the below code should be handled by LiveData/ViewModel, however walletChangeReceiver part can be ignored since we do not use ACTION_WALLET_REFERENCE_CHANGED anymore (it is a legacy code).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As agreed with @tomasz-ludek , throttling will be implemented in #526.

}
}

fun load(wallet: Wallet = WalletApplication.getInstance().wallet) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

the wallet val should be moved inside the method body

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 55f7a80

@desamtralized desamtralized removed the DO NOT MERGE This branch is not ready to merge. label Oct 9, 2020
Copy link
Collaborator

@tomasz-ludek tomasz-ludek left a comment

Choose a reason for hiding this comment

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

Looks good!

@HashEngineering HashEngineering changed the title (WIP) NMA-603 | (Conacts in) Transaction History | Home Screen (WIP) NMA-603 | (Contacts in) Transaction History | Home Screen Oct 9, 2020
@HashEngineering HashEngineering changed the title (WIP) NMA-603 | (Contacts in) Transaction History | Home Screen NMA-603 | (Contacts in) Transaction History | Home Screen Oct 9, 2020
@HashEngineering HashEngineering merged commit a5b63fb into evonet-develop Oct 9, 2020
@HashEngineering HashEngineering deleted the dashpay-contacts-in-transaction-history branch January 13, 2021 16:18
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