Correctly set keyserver status to unknown if importing from file
This commit is contained in:
@@ -249,8 +249,8 @@ public class ImportOperation extends BaseReadWriteOperation<ImportKeyringParcel>
|
||||
importedMasterKeyIds.add(key.getMasterKeyId());
|
||||
}
|
||||
|
||||
if (!skipSave) {
|
||||
keyMetadataDao.renewKeyLastUpdatedTime(key.getMasterKeyId(), keyWasDownloaded);
|
||||
if (!skipSave && keyWasDownloaded) {
|
||||
keyMetadataDao.renewKeyLastUpdatedTime(key.getMasterKeyId(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user