it should be `.also { it.init(this) }` or `.apply ...
# android
v
it should be
.also { it.init(this) }
or
.apply { init(this@ActivityName) }