Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
9f36ec95
Commit
9f36ec95
authored
9 months ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Hidden main color selector
parent
791e209d
master
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/telecom_default_audio_endpoint
release/6.0
6.1.0-alpha
6.0.0
6.0.0-beta
1 merge request
!1393
Linphone 6.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/java/org/linphone/core/CorePreferences.kt
+1
-1
app/src/main/java/org/linphone/core/CorePreferences.kt
with
1 addition
and
1 deletion
app/src/main/java/org/linphone/core/CorePreferences.kt
+
1
−
1
View file @
9f36ec95
...
...
@@ -148,7 +148,7 @@ class CorePreferences @UiThread constructor(private val context: Context) {
@
get
:
WorkerThread
val
changeMainColorAllowed
:
Boolean
get
()
=
config
.
getBool
(
"ui"
,
"change_main_color_allowed"
,
tru
e
)
get
()
=
config
.
getBool
(
"ui"
,
"change_main_color_allowed"
,
fals
e
)
@
get
:
WorkerThread
val
onlyDisplaySipUriUsername
:
Boolean
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets