mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-03 15:55:14 +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
|
// Set the adapter
|
||||||
recyclerView.setAdapter(recyclerAdapter);
|
recyclerView.setAdapter(recyclerAdapter);
|
||||||
|
FloatingActionButton fab = (FloatingActionButton) view.findViewById(R.id.fab);
|
||||||
|
if (fab != null) fab.setVisibility(View.GONE);
|
||||||
|
|
||||||
registerForContextMenu(recyclerView);
|
registerForContextMenu(recyclerView);
|
||||||
return view;
|
return view;
|
||||||
|
Reference in New Issue
Block a user