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

"java.lang.NullPointerException" error is shown if app while is relaunched in the flight mode #17909

Closed
VolodLytvynenko opened this issue Nov 15, 2023 · 2 comments · Fixed by #17973

Comments

@VolodLytvynenko
Copy link
Contributor

VolodLytvynenko commented Nov 15, 2023

Steps:

  1. Close the app
  2. Turn on the flight mode
  3. Open the app again

Actual result:

Error on the Android "java.lang.NullPointerException" error is shown for Android

image

Error on the IOS "No protocols method IMap. - dissoc defined"

ios_errror.mp4

Logs:

logs (3).zip

ENV:

  • Nightly: 15 Nov 2023
@mohsen-ghafouri
Copy link
Contributor

@VolodLytvynenko what's expected behavior? any proper message or design for when ever user doesn't have network ?

@VolodLytvynenko
Copy link
Contributor Author

@VolodLytvynenko what's expected behavior? any proper message or design for when ever user doesn't have network ?

hi @mohsen-ghafouri the expected result for this scenario is that the login page should appear, similar to when the user has an internet connection.

expected.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment