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

restore wallet: remove RecyclerView and use a custom populated layout #422

Merged
merged 3 commits into from
Jan 3, 2020

Conversation

beansgum
Copy link
Contributor

@beansgum beansgum commented Jan 2, 2020

The RecylerView used in restore wallet activity was not the best choice as its values in the text field gets mixed up when scrolling and sometimes the text visible isn't the value validated. This fixes the issues by replacing the RecyclerView with a LinearLayout and the views have their exclusive scope rather than operating under RecyclerView and that prevents mixup from happening between text fields.
Crash when sending was also fixed by using the function dismissAllowingStateLoss() instead of dismiss(). The crash was caused by state loss when dismissing dialog in background.

Before fix After fix

Closes #410 & #408

The RecylerView used in restore wallet activity was not the best choice
as its values in the text field gets mixed up when scrolling and sometimes
the text visible isn't the value validated. This fixes the issues by
replacing the RecyclerView with a LinearLayout and the views have their
exclusive scope rather than operating under RecyclerView and that prevents
mixup from happening between text fields.
- send: fix send page crash when sending in background(planetdecred#410).
- overivew: show confirmation dialog before exiting app.
- debug: move wallet log above statistics.
@beansgum beansgum merged commit 4ff4c9d into planetdecred:master Jan 3, 2020
@beansgum beansgum deleted the cleanupfix branch January 3, 2020 23:26
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.

After making a successful transfer switching apps causes tesntet to crash.
2 participants