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
linphone-iphone
Commits
4f33de22
Commit
4f33de22
authored
May 04, 2021
by
DanmeiChen
Browse files
active vfs when change settings
parent
7d9329ad
Pipeline
#28830
passed with stage
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Classes/LinphoneCoreSettingsStore.m
Classes/LinphoneCoreSettingsStore.m
+3
-0
No files found.
Classes/LinphoneCoreSettingsStore.m
View file @
4f33de22
...
...
@@ -785,6 +785,9 @@
if
(
vfsEnabled
)
{
[
lm
lpConfigSetBool
:
TRUE
forKey
:
@"vfs_enabled_preference"
];
[
self
setBool
:
TRUE
forKey
:
@"vfs_enabled_mode"
];
if
(
!
VFSUtil
.
activateVFS
)
{
[
VFSUtil
oslogWithLog
:
@"[VFS] Error unable to activate."
level
:
OS_LOG_TYPE_ERROR
];
}
}
[
lm
lpConfigSetBool
:[
self
boolForKey
:
@"auto_write_to_gallery_mode"
]
forKey
:
@"auto_write_to_gallery_preference"
];
...
...
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