forked from mirrors/linphone-iphone
active vfs when change settings
This commit is contained in:
parent
7d9329adab
commit
4f33de229f
1 changed files with 3 additions and 0 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue