mirror of
https://github.com/nextcloud/android.git
synced 2024-12-19 23:42:03 +03:00
enable FAB only if not on searchView
This commit is contained in:
parent
277704e89f
commit
b6b8dc1040
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