style: neovim broke tabs a little
This commit is contained in:
parent
abe086b469
commit
4285891d8d
1 changed files with 3 additions and 3 deletions
|
|
@ -201,9 +201,9 @@ class LinphoneBridge(
|
|||
core = factory.createCore(null, null, activity.baseContext)
|
||||
core.addListener(coreListener)
|
||||
|
||||
core.isIpv6Enabled = false
|
||||
core.config.setInt("net", "ipv6", 0)
|
||||
core.config.sync()
|
||||
core.isIpv6Enabled = false
|
||||
core.config.setInt("net", "ipv6", 0)
|
||||
core.config.sync()
|
||||
|
||||
// Enable video
|
||||
core.isVideoCaptureEnabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue