Skip to content

v3.3.4

Compare
Choose a tag to compare
@viperwarp viperwarp released this 23 Aug 05:13

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.