mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
ensure the fab is hidden when moving passwords
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user