Skip to content

ChangePasswordActivity should extend BriarActivity

akwizgran requested to merge change-password-activity into master

ChangePasswordActivity is the only signed-in activity that doesn't extend BriarActivity, so it doesn't show PasswordActivity if it's recreated and the user's no longer signed in (e.g. resuming Briar from recent apps after restarting the phone).

Merge request reports