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
11c31b53
Commit
11c31b53
authored
Jun 09, 2021
by
Daniel Wolf
Browse files
Try to create the engine
parent
87b6b46a
Pipeline
#7793
passed with stage
in 4 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/cronet/java/com/frostnerd/smokescreen/QuicEngineImpl.kt
View file @
11c31b53
...
...
@@ -51,7 +51,12 @@ class QuicEngineImpl(context: Context, private val quicOnly:Boolean, vararg addr
init
{
installNetworkEngine
(
context
)
{
engine
=
createEngine
(
context
,
*
addresses
)
engine
=
try
{
createEngine
(
context
,
*
addresses
)
}
catch
(
ex
:
Throwable
)
{
providerInstalled
=
false
null
}
}
}
...
...
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