Miguel E. Garcia Calderon
Miguel E. Garcia Calderon
FloatingActionMenufabMenu = (FloatingActionMenu) findViewById(R.id.fab_menu); fabMenu.setIconAnimated(false);
Hi @sacOO7, this crash is new for us, we recently upgraded from v1.0.10 to v1.2.35, we made a release that contain the updated Ably library to production three days ago...
Thank you @sacOO7
@sacOO7 1. yes I'm using it in Android 2. We do call `AblyRealtime.close()` every time the user sends their app into the background and `AblyRealtime.connection.connect()` when the app comes to...
Thanks @sacOO7, right now our app needs to disconnect from AblyRealtime when our app is put in the background, so our backend can send us push notifications through FCM, we...