Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Android Vitals / NPE on logout #3367

Closed
BillCarsonFr opened this issue Oct 25, 2019 · 0 comments · Fixed by #3368
Closed

Android Vitals / NPE on logout #3367

BillCarsonFr opened this issue Oct 25, 2019 · 0 comments · Fixed by #3368
Assignees

Comments

@BillCarsonFr
Copy link
Member

52 reports on 37 users

java.lang.NullPointerException: 
  at android.content.ComponentName.<init> (ComponentName.java:128)
  at android.content.Intent.<init> (Intent.java:4910)
  at im.vector.activity.CommonActivityUtils$3.onSuccess (CommonActivityUtils.java:440)
  at im.vector.activity.CommonActivityUtils$3.onSuccess (CommonActivityUtils.java:421)
  at im.vector.Matrix.clearSessions (Matrix.java:618)
  at im.vector.Matrix.access$600 (Matrix.java:85)
  at im.vector.Matrix$4.onSuccess (Matrix.java:626)
  at im.vector.Matrix$4.onSuccess (Matrix.java:623)
  at im.vector.Matrix$3.onSuccess (Matrix.java:576)
  at im.vector.Matrix$3.onSuccess (Matrix.java:566)
  at org.matrix.androidsdk.MXSession$19$1.onSuccess (MXSession.java:2205)
  at org.matrix.androidsdk.MXSession$19$1.onSuccess (MXSession.java:2201)
  at org.matrix.androidsdk.MXSession$5.onPostExecute (MXSession.java:761)
  at org.matrix.androidsdk.MXSession$5.onPostExecute (MXSession.java:751)
  at android.os.AsyncTask.finish (AsyncTask.java:667)
  at android.os.AsyncTask.-wrap1 (AsyncTask.java)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant