Remove default value for languageTag and theme.
This commit is contained in:
@@ -308,8 +308,8 @@ interface MatrixRoom : Closeable {
|
||||
suspend fun generateWidgetWebViewUrl(
|
||||
widgetSettings: MatrixWidgetSettings,
|
||||
clientId: String,
|
||||
languageTag: String? = null,
|
||||
theme: String? = null,
|
||||
languageTag: String?,
|
||||
theme: String?,
|
||||
): Result<String>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user