-
Notifications
You must be signed in to change notification settings - Fork 75
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
Ask on first run if user wants restore #717
Conversation
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 new screen ignores the Back button, regardless of whether it's launched via Settings or via a launcher icon. Can that be fixed?
thanks. fixed back navigation. |
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.
Thanks, works!
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.
LGTM
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.
Still works as expected for me.
This moves checking for set recovery code and storage location from
SettingsActivity
toSettingsFragment
. InSettingsActivity
we now check for first start and if detected, we show a newFirstStartFragment
where the user can decide to restore an old backup or to set-up backups.Part of #671
Fixes #571