Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
456712e3
Commit
456712e3
authored
Nov 18, 2019
by
Daniel Wolf
Browse files
Don't clear the map, override it with a new one
parent
e6d3020d
Pipeline
#5841
passed with stage
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/com/frostnerd/smokescreen/util/proxy/QueryListener.kt
View file @
456712e3
...
...
@@ -134,7 +134,7 @@ class QueryListener(private val context: Context) : QueryListener {
synchronized
(
waitingQueryLogs
)
{
currentInsertions
=
waitingQueryLogs
.
toMap
()
currentDoneInsertions
=
doneQueries
doneQueries
.
clear
()
doneQueries
=
mutableMapOf
()
}
val
database
=
context
.
getDatabase
()
val
dao
=
database
.
dnsQueryDao
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment