v3.3.4
Message Activity Debugging
The WebView content in the MessageActivity will now be debuggable via Chrome's remote debugging tools when built in debug mode (On by default when building the application from Android Studio, and disabled automatically upon release).
See Remote Debugging WebViews for more information on how this works.
Bugfixes
- Fixed an unlikely
NullPointerException
in the Message Activity when loading on slow connections.