Skip to content
Snippets Groups Projects
Commit e4a076a3 authored by d067928's avatar d067928
Browse files

Corrections on RequestQueueHolder.kt


Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
parent ba5213a2
No related branches found
Tags 1.6.0-SNAPSHOT-RC1
No related merge requests found
......@@ -7,11 +7,10 @@ import de.rki.coronawarnapp.util.security.SecurityHelper
/**
* Request queue holder used to reference a singleton of a Volley request queue for simple web requests.
* For more complex queries we use the os-owned DownloadManager.
* The Singleton is used here solely for Thread-Management, actual requests are executed by an OkHTTP
* Transport Layer
*/
object RequestQueueHolder {
private const val PUBLIC_KEY = "volley_pinned_certs"
/**
* lazily initialized singleton reference to a request queue.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment