Skip to content

Collapse create room/community floating action button when switching views

Sanket requested to merge sank20/gitter-android-app:master into master

The FAB menu collapses after the activity goes in onPause() state, i.e. when the screen goes in background and not visible.

Fixes #129

Steps to check:

  1. Click the FAB menu in All Conversations - it expands
  2. Go to some other screen
  3. Go back to All Conversations screen - the FAB should be collapsed, unlike the previous situation

Demo: FAB_test

Edited by Sanket

Merge request reports