S
Size: a a a
S
S
P
MA
object ApiFactory {
var apiInstance: RestApiService? = null
get() {
return if (field == null) {
buildRetrofit()
} else {
field
}
}
fun resetApiInstance() {
apiInstance = null
}
Или здесь где-то синхронизацию надо добавить для доступа к полю?Т

P

I
ЕГ

Т
DB
P
Z
V
V
ЕГ
ЕГ
D
Т
Т