Remove default value for languageTag and theme.
This commit is contained in:
parent
283821e688
commit
2663c3f26b
1 changed files with 2 additions and 2 deletions
|
|
@ -308,8 +308,8 @@ interface MatrixRoom : Closeable {
|
||||||
suspend fun generateWidgetWebViewUrl(
|
suspend fun generateWidgetWebViewUrl(
|
||||||
widgetSettings: MatrixWidgetSettings,
|
widgetSettings: MatrixWidgetSettings,
|
||||||
clientId: String,
|
clientId: String,
|
||||||
languageTag: String? = null,
|
languageTag: String?,
|
||||||
theme: String? = null,
|
theme: String?,
|
||||||
): Result<String>
|
): Result<String>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue