mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 15:33:00 +03:00
enable FAB only if not on searchView
This commit is contained in:
parent
5e1bd31c58
commit
3f7263d532
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue