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:
@@ -72,6 +72,7 @@ public abstract class AbstractConversationListActivity extends BugleActionBarAct
|
|||||||
|
|
||||||
protected void startMultiSelectActionMode() {
|
protected void startMultiSelectActionMode() {
|
||||||
startActionMode(new MultiSelectActionModeCallback(this));
|
startActionMode(new MultiSelectActionModeCallback(this));
|
||||||
|
mConversationListFragment.dismissFab();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void exitMultiSelectState() {
|
protected void exitMultiSelectState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user