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:
Benoit Marty 2021-08-30 10:13:20 +02:00 committed by Benoit Marty
parent 13878c8e7e
commit 34edc79450
1 changed files with 0 additions and 1 deletions

View File

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