diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-03-26 19:08:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 19:08:01 +0100 |
commit | de4cc638609da49c55766ea8cf3428a637badb7f (patch) | |
tree | 75d195971cf3982040ec5cc1e91862f545ea4420 /media | |
parent | a736dcc255b768f4275a200990943ab2c3567d0a (diff) |
Fix deletion of individual password files (#668)
Commit fde8137b (#659) introduced a regression that results in Password Store crashing when the user tries to delete a single password file as opposed to a directory.
The root cause is a call of FileUtils.listFiles() on the selected item, which only works for directories.
The fix is to work with a list consisting only of the selected item if it happens to be a file.
Diffstat (limited to 'media')
0 files changed, 0 insertions, 0 deletions