mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
more androidish way for disabled icons; use selected path
This commit is contained in:
parent
5328375941
commit
cea22e0d6d
12 changed files with 44 additions and 20 deletions
|
@ -57,7 +57,7 @@ class FileChooserSinglePreference extends FileChooserPreference {
|
|||
|
||||
@Override
|
||||
protected void setValueFromIntent(Intent data) {
|
||||
final String value = FileChooserUtil.pathFromData(data);
|
||||
final String value = FileChooserUtil.folderPathFromData(data);
|
||||
if (MiscUtil.isEmptyString(value)) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue