Performance improvement by disabling 2 presence callback per friend + fixed potential crash
This commit is contained in:
parent
62daa5c1a3
commit
3080075568
2 changed files with 2 additions and 0 deletions
|
@ -1415,6 +1415,7 @@ public class LinphonePreferences {
|
|||
}
|
||||
|
||||
public boolean isDarkModeEnabled() {
|
||||
if (getConfig() == null) return false;
|
||||
return getConfig()
|
||||
.getBool(
|
||||
"app",
|
||||
|
|
|
@ -28,6 +28,7 @@ displaytype=MSAndroidTextureDisplay
|
|||
enable_basic_to_client_group_chat_room_migration=0
|
||||
enable_simple_group_chat_message_state=0
|
||||
aggregate_imdn=1
|
||||
notify_each_friend_individually_when_presence_received=0
|
||||
|
||||
[app]
|
||||
activation_code_length=4
|
||||
|
|
Loading…
Reference in a new issue