mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 01:20:35 +03:00
Emoji verification: green instead of accent to accept
Change-Id: I4fe7e8e8ec8c11447cbcb97aa0feabfb3f92aa48
This commit is contained in:
parent
bf78ec8964
commit
3e8b320fef
1 changed files with 2 additions and 2 deletions
|
@ -153,9 +153,9 @@ class VerificationEmojiCodeController @Inject constructor(
|
||||||
bottomSheetVerificationActionItem {
|
bottomSheetVerificationActionItem {
|
||||||
id("ok")
|
id("ok")
|
||||||
title(host.stringProvider.getString(R.string.verification_sas_match))
|
title(host.stringProvider.getString(R.string.verification_sas_match))
|
||||||
titleColor(host.colorProvider.getColorFromAttribute(R.attr.colorPrimary))
|
titleColor(host.colorProvider.getColorFromAttribute(R.attr.vctr_encrypting_message_text_color))
|
||||||
iconRes(R.drawable.ic_check_on)
|
iconRes(R.drawable.ic_check_on)
|
||||||
iconColor(host.colorProvider.getColorFromAttribute(R.attr.colorPrimary))
|
iconColor(host.colorProvider.getColorFromAttribute(R.attr.vctr_encrypting_message_text_color))
|
||||||
listener { host.listener?.onMatchButtonTapped() }
|
listener { host.listener?.onMatchButtonTapped() }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue