enable FAB only if not on searchView

This commit is contained in:
tobiasKaminsky 2017-05-03 13:55:27 +02:00 committed by Mario Danic
parent 5e1bd31c58
commit 3f7263d532

View file

@ -604,7 +604,7 @@ public class OCFileListFragment extends ExtendedListFragment implements OCFileLi
DisplayUtils.colorToolbarProgressBar(getActivity(), mProgressBarColor);
// show FAB on multi selection mode exit
if (!mHideFab) {
if (!mHideFab && !searchFragment) {
setFabEnabled(true);
}
}