Android View supprimer l'écouteur de la mise en page global Kotlin

containerLayout.viewTreeObserver.addOnGlobalLayoutListener(object: OnGlobalLayoutListener {
    override fun onGlobalLayout() {
        // your code here. `this` should work
    }
})
Important Iguana