Example #1
0
        private void HandleDecrypt([NotNull] BaseEntry entry)
        {
            bool hasDecrypted = entry.ClearEncrypted();

            if (hasDecrypted && entry is FileEntry fileEntry)
            {
                UpdateTimeFile(fileEntry);
            }

            NotifyDecrypted(entry, hasDecrypted);
        }