mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 00:37:45 +03:00
[issue-2610] remove extra semicolon
This commit is contained in:
parent
0109cdefa6
commit
f7d8127fa6
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class RoomMemberProfileFragment @Inject constructor(
|
||||||
val session = injector().activeSessionHolder().getActiveSession()
|
val session = injector().activeSessionHolder().getActiveSession()
|
||||||
val overrideColorsSetting = session.getAccountDataEvent(UserAccountDataTypes.TYPE_OVERRIDE_COLORS)
|
val overrideColorsSetting = session.getAccountDataEvent(UserAccountDataTypes.TYPE_OVERRIDE_COLORS)
|
||||||
val overrideColorSpecs = overrideColorsSetting?.content?.toMap().orEmpty()
|
val overrideColorSpecs = overrideColorsSetting?.content?.toMap().orEmpty()
|
||||||
val userId = state.userId;
|
val userId = state.userId
|
||||||
val overrideColorSpec = overrideColorSpecs[userId]?.toString()
|
val overrideColorSpec = overrideColorSpecs[userId]?.toString()
|
||||||
views.editText.setText(overrideColorSpec)
|
views.editText.setText(overrideColorSpec)
|
||||||
views.editText.hint = "#000000"
|
views.editText.hint = "#000000"
|
||||||
|
|
Loading…
Reference in a new issue