Renaming stuff

This commit is contained in:
LucasGGamerM 2022-12-16 19:13:11 -03:00
parent 33497864f2
commit 82b7633650
2 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class MoshidonLoginFragment extends InstanceCatalogFragment {
@Override
protected RecyclerView.Adapter getAdapter(){
headerView=getActivity().getLayoutInflater().inflate(R.layout.header_megalodon_welcome, list, false);
headerView=getActivity().getLayoutInflater().inflate(R.layout.header_moshidon_welcome, list, false);
searchEdit=headerView.findViewById(R.id.search_edit);
searchEdit.setOnEditorActionListener(this::onSearchEnterPressed);