Merge pull request #11756 from nextcloud/fix/encrypted-folder-icon

Fix encrypted folder icon
This commit is contained in:
Andy Scherzinger 2023-06-20 13:13:38 +02:00 committed by GitHub
commit e70e262778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1124,6 +1124,7 @@ public class OCFileListFragment extends ExtendedListFragment implements
if (file != null) {
mContainerActivity.getFileOperationsHelper().toggleEncryption(file, true);
mAdapter.setEncryptionAttributeForItemID(file.getRemoteId(), true);
}
// update state and view of this fragment