mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-19 12:26:13 -04:00
#2280 renamed local file transfer layout file
This commit is contained in:
parent
a69a7b2cc1
commit
bb4724467d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user