Remove default value for languageTag and theme.

This commit is contained in:
Benoit Marty 2024-07-01 14:30:18 +02:00
parent 32b1b6e3f5
commit 9196adb8b0

View file

@ -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>
/**