ensure the fab is hidden when moving passwords
This commit is contained in:
parent
1c43d6c7e4
commit
f383ebbb8f
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ public class SelectFolderFragment extends Fragment{
|
|||
|
||||
// Set the adapter
|
||||
recyclerView.setAdapter(recyclerAdapter);
|
||||
FloatingActionButton fab = (FloatingActionButton) view.findViewById(R.id.fab);
|
||||
if (fab != null) fab.setVisibility(View.GONE);
|
||||
|
||||
registerForContextMenu(recyclerView);
|
||||
return view;
|
||||
|
|
Loading…
Reference in a new issue