|
|
|
@ -87,7 +87,7 @@ public class FileAdapter extends RecyclerView.Adapter<FileAdapter.ViewHolder> {
|
|
|
|
|
});
|
|
|
|
|
Bundle data = new Bundle();
|
|
|
|
|
data.putString("srcFile",srcFile);
|
|
|
|
|
data.putString("desPath",desPath);
|
|
|
|
|
data.putString("desPath",desPath+"-unzip");
|
|
|
|
|
unzipDialog.setArguments(data);
|
|
|
|
|
unzipDialog.show(((MainActivity)v.getContext()).getSupportFragmentManager(),"unzip");
|
|
|
|
|
//Toast.makeText(v.getContext(),""+unzipDialog.getPosiBtn(),Toast.LENGTH_SHORT).show();
|
|
|
|
|