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

[Bug] App Crash after password update #233

Open
a-hamza84 opened this issue Sep 13, 2023 · 1 comment
Open

[Bug] App Crash after password update #233

a-hamza84 opened this issue Sep 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@a-hamza84
Copy link

a-hamza84 commented Sep 13, 2023

Description:
I was attempting to change the password. When the password was updated, it started re-encrypting all the photos, but I touched the screen elsewhere and the modal showing progress of re-encryption disappeared. Then I tried changing password again, the password updates and but App crashes on re-encryption.

Now I cannot even unlock the app. It crashes each time i enter the old password and it is not recognizingnew password.

How to Reproduce

Steps to reproduce the behavior:

  1. Unlock the app
  2. Go to Settings
  3. Go to Change Password
  4. Update password and start the re-encryption process. Password should ofbof strong type.
  5. Touch the screen anywhere except the progress bar and modal
  6. The modal should disappear
  7. Now try changing password again

Expected behavior
The app should crash. And App should crash again when you attempt to unlock using old password.

Smartphone (please complete the following information):

  • Samsung Galaxy A52
  • One UI v5.1
  • Android Version 13
@leonlatsch leonlatsch added bug Something isn't working sighted labels Sep 13, 2023
@leonlatsch
Copy link
Owner

This was most likely caused by not all images being re encrypted fully. Core problem is that all processes are bound to their view lifecycle at the moment. #85 in intended to fix this. Adding this to backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants