-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
NPE in com.nextcloud.talk.settings.SettingsActivity.getCurrentUser #3133
Labels
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
bug
Something isn't working
Milestone
Comments
mahibi
added
bug
Something isn't working
0. Needs triage
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
and removed
0. Needs triage
labels
Jun 30, 2023
i just reproduced this exception when i removed all accounts one after another (for the last one to remove the server was not running). Then the app crashed with the same stacktrace. After trying to restart the app, for a short time the ServerSelection Screen opens and then crashes with
full stacktrace here
|
just one theory how currentUser might become null (was not able yet to reproduce it this way):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1. to develop
Accepted and waiting to be taken care of (should be only set by nextcloud employees)
bug
Something isn't working
from gplay.
currentUser
seems to be null here:but not sure how this can happen as
currentUserProvider.currentUser.blockingGet()
should always return the current user.Nextcloud Talk app version
17.0.0
The text was updated successfully, but these errors were encountered: