mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
ensure the fab is hidden when moving passwords
This commit is contained in:
parent
1c43d6c7e4
commit
f383ebbb8f
|
@ -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