mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #12450 from nextcloud/diagnosticE2E
E2E_ERRORS -> E2EE_ERRORS
This commit is contained in:
commit
af72e25787
1 changed files with 1 additions and 1 deletions
|
@ -1683,7 +1683,7 @@ public static String decryptStringSymmetricAsString(String string,
|
|||
ArbitraryDataProvider.E2E_ERRORS_TIMESTAMP);
|
||||
|
||||
if (value > 0 && timestamp > 0) {
|
||||
return new Problem(SendClientDiagnosticRemoteOperation.E2E_ERRORS, value, timestamp);
|
||||
return new Problem(SendClientDiagnosticRemoteOperation.E2EE_ERRORS, value, timestamp);
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue