-
Notifications
You must be signed in to change notification settings - Fork 169
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
Conversation
…ow scrolling the app header when pulling history header
Replaced Loader with LiveData
# Conflicts: # wallet/src/de/schildbach/wallet/ui/TransactionsAdapter.java # wallet/src/de/schildbach/wallet/ui/WalletTransactionsFragment.java Fixed bugs and implemented missing stuff
|
||
val contactsFragment = ContactsFragment.newInstance(mode) | ||
if (mode == MODE_VIEW_REQUESTS) { | ||
addFragment(contactsFragment) | ||
} else { | ||
replaceFragment(contactsFragment) | ||
} |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this 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.
Issue being fixed or feature implemented
NMA-625
Related PR's and Dependencies
Screenshots / Videos
Before:
After
How Has This Been Tested?
Checklist: