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

Home screen scrolling by pulling Transaction history header #526

Merged
merged 5 commits into from
Oct 12, 2020

Conversation

tomasz-ludek
Copy link
Collaborator

Issue being fixed or feature implemented

NMA-625

Related PR's and Dependencies

Screenshots / Videos

Before:

before

After

after

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

@tomasz-ludek tomasz-ludek self-assigned this Oct 9, 2020
# Conflicts:
#	wallet/src/de/schildbach/wallet/ui/TransactionsAdapter.java
#	wallet/src/de/schildbach/wallet/ui/WalletTransactionsFragment.java

Fixed bugs and implemented missing stuff
Comment on lines -223 to -229

val contactsFragment = ContactsFragment.newInstance(mode)
if (mode == MODE_VIEW_REQUESTS) {
addFragment(contactsFragment)
} else {
replaceFragment(contactsFragment)
}
Copy link
Collaborator

@HashEngineering HashEngineering Oct 12, 2020

Choose a reason for hiding this comment

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

Clicking "view all requests" on the Contacts screen results in a "Contact Request" screen with no entries even when there are contact requests are visible on the Contacts Screen. Not sure if this is related to this code.

Copy link
Collaborator

Choose a reason for hiding this comment

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

This issue is present in the current evonet-develop branch

Copy link
Collaborator

@HashEngineering HashEngineering left a comment

Choose a reason for hiding this comment

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

No issues found in code or function.

@HashEngineering HashEngineering merged commit 71fd533 into evonet-develop Oct 12, 2020
@tomasz-ludek tomasz-ludek deleted the home-screen-scrolling branch October 30, 2020 14:23
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.

2 participants