Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
bed2dbf6
Commit
bed2dbf6
authored
Nov 29, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed typo
parent
8bfffcea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/java/classes/tools/AndroidPlatformHelper.java
wrappers/java/classes/tools/AndroidPlatformHelper.java
+1
-1
No files found.
wrappers/java/classes/tools/AndroidPlatformHelper.java
View file @
bed2dbf6
...
...
@@ -68,7 +68,7 @@ public class AndroidPlatformHelper {
}
public
String
[]
getDnsServers
()
{
if
(
mConnectivityManager
==
null
||
Build
.
VERSION
.
SDK_
Build
INT
<
Version
.
API23_MARSHMALLOW_60
)
if
(
mConnectivityManager
==
null
||
Build
.
VERSION
.
SDK_INT
<
Version
.
API23_MARSHMALLOW_60
)
return
null
;
if
(
mConnectivityManager
.
getActiveNetwork
()
==
null
...
...
Write
Preview
Markdown
is supported
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