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
Linhome-Android
Commits
5681660a
Commit
5681660a
authored
Mar 24, 2022
by
Christophe Deschamps
Browse files
Revert "Temporary disable friend persistence"
This reverts commit
75f7120e
.
parent
bf581f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/src/main/java/org/linhome/LinhomeApplication.kt
app/src/main/java/org/linhome/LinhomeApplication.kt
+1
-1
No files found.
app/src/main/java/org/linhome/LinhomeApplication.kt
View file @
5681660a
...
...
@@ -73,7 +73,7 @@ class LinhomeApplication : Application() {
coreContext
.
core
.
ring
=
context
.
filesDir
.
absolutePath
+
"/bell.wav"
coreContext
.
core
.
ringDuringIncomingEarlyMedia
=
true
coreContext
.
core
.
isNativeRingingEnabled
=
true
//
coreContext.core.friendsDatabasePath = context.filesDir.absolutePath+"/devices.db"
coreContext
.
core
.
friendsDatabasePath
=
context
.
filesDir
.
absolutePath
+
"/devices.db"
setDefaultCodecs
()
}
...
...
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