mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
fix
This commit is contained in:
parent
c85431c150
commit
026b80320c
2 changed files with 5 additions and 1 deletions
Binary file not shown.
|
@ -71,10 +71,14 @@ public class FileUtils {
|
|||
}else{
|
||||
return R.drawable.afc_folder;
|
||||
}
|
||||
}else{
|
||||
if(file instanceof File && !((File)file).canExecute()){
|
||||
return R.drawable.afc_folder_no_access;
|
||||
}else{
|
||||
return R.drawable.afc_folder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0;//android.R.drawable.ic_delete;
|
||||
}// getResIcon()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue