Skip to content

3.13.2 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 24 Apr 03:11
6fa9ea8

deviceType iOS Issue Fixed, WritePrefHandlerThread startThread Issue Fixed, SQL DB Issue Fixed

  • Fix for Android deviceType being marked as iOS because of init not being called before a player sync (on_session) was occurring and in cases where notification opens (opened) occurred. So in this case we fixed two bugs.
  • WritePrefHandlerThread startThread Issue Fixed #917
    • Creating a RuntimeException using the Throwable signature to throw without having to attach Exceptions all the way up the stack.
  • SQL DB Issue Fixed #988
    • We open a DB instance and leave it open across the whole application and let the system handle closing it when necessary