mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
fix CI
This commit is contained in:
parent
0acf90d8cd
commit
8318f2d38f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fun Context.showIdentityServerConsentDialog(configuredIdentityServer: String?, c
|
|||
.setTitle(R.string.identity_server_consent_dialog_title)
|
||||
.setMessage(getString(R.string.identity_server_consent_dialog_content, configuredIdentityServer ?: ""))
|
||||
.setPositiveButton(R.string.yes) { _, _ ->
|
||||
consentCallBack?.invoke()
|
||||
consentCallBack.invoke()
|
||||
}
|
||||
.setNegativeButton(R.string.no, null)
|
||||
.show()
|
||||
|
|
Loading…
Reference in a new issue