1
0
Fork 0
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:
Nikolay Pultsin 2014-08-28 19:30:30 +01:00
parent 5328375941
commit cea22e0d6d
12 changed files with 44 additions and 20 deletions

View file

@ -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;
}