mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix warning "Opt-in requirement marker annotation on override requires the same marker on base declaration (will be an error in 1.6)"
This commit is contained in:
parent
13878c8e7e
commit
34edc79450
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class LocalePickerController @Inject constructor(
|
|||
|
||||
var listener: Listener? = null
|
||||
|
||||
@ExperimentalStdlibApi
|
||||
override fun buildModels(data: LocalePickerViewState?) {
|
||||
val list = data?.locales ?: return
|
||||
val host = this
|
||||
|
|
Loading…
Reference in a new issue