mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #11756 from nextcloud/fix/encrypted-folder-icon
Fix encrypted folder icon
This commit is contained in:
commit
e70e262778
1 changed files with 1 additions and 0 deletions
|
@ -1124,6 +1124,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
|
||||||
|
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
mContainerActivity.getFileOperationsHelper().toggleEncryption(file, true);
|
mContainerActivity.getFileOperationsHelper().toggleEncryption(file, true);
|
||||||
|
mAdapter.setEncryptionAttributeForItemID(file.getRemoteId(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// update state and view of this fragment
|
// update state and view of this fragment
|
||||||
|
|
Loading…
Reference in a new issue