Messaging: Properly hide and show FAB

When starting or stopping action mode, the FAB should hide and show again

Change-Id: I94b12cbd3190df90189dc02c39ac7db78d58d090
This commit is contained in:
Michael W
2024-12-22 22:45:13 +01:00
parent d4ac014a74
commit 7f9087a49e

View File

@@ -72,6 +72,7 @@ public abstract class AbstractConversationListActivity extends BugleActionBarAct
protected void startMultiSelectActionMode() {
startActionMode(new MultiSelectActionModeCallback(this));
mConversationListFragment.dismissFab();
}
protected void exitMultiSelectState() {