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

[Chat] Crash when typing a message while chat is loading #52

Closed
steenburgh opened this issue Apr 30, 2016 · 1 comment
Closed

[Chat] Crash when typing a message while chat is loading #52

steenburgh opened this issue Apr 30, 2016 · 1 comment

Comments

@steenburgh
Copy link
Owner

Steps to reproduce:

  1. Connect your device to a slow wifi network, or turn off 3G/4G. You can also slow down the network speed with an emulator
  2. Open the chat tab
  3. Before chat finishes loading, enter some text in the chatbox.
  4. Chat will crash when it finishes loading.

Other notes:
Chat also appears to sometimes crash the app when the device is unlocked and chat was the last open app. I'm unsure if this crash is related, or exactly how to reproduce the bug as it was pretty rare.

@steenburgh steenburgh added the bug label Apr 30, 2016
@steenburgh steenburgh added this to the Fall Round Bug Fixes milestone Jun 26, 2016
@steenburgh
Copy link
Owner Author

steenburgh commented Oct 21, 2016

This appears to be caused by improper handling of orientation changes, an issue that is likely present in several other activities in our app(but not causing crashes as far as I know). This still needs to be investigated further, but locking orientation to portrait mode appears to be an effective temporary fix for this issue as most users don't have a reason to use theapp in landscape mode.

steenburgh added a commit that referenced this issue Jan 11, 2017
This was referenced Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant