#2280 renamed local file transfer layout file

This commit is contained in:
Frans-Lukas 2020-08-13 12:41:13 +02:00
parent a69a7b2cc1
commit bb4724467d
2 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class LocalFileTransferFragment extends BaseFragment implements
@Nullable @Override public View onCreateView(@NonNull LayoutInflater inflater,
@Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
View root = inflater.inflate(R.layout.activity_local_file_transfer, container, false);
View root = inflater.inflate(R.layout.fragment_local_file_transfer, container, false);
ButterKnife.bind(this, root);
return root;
}