style: neovim broke tabs a little

This commit is contained in:
Andrew 2026-04-08 17:40:37 +07:00
parent abe086b469
commit 4285891d8d

View file

@ -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