material-components-android-examples icon indicating copy to clipboard operation
material-components-android-examples copied to clipboard

fix bottom nav extension functions crashing on rotation change

Open DaireJN opened this issue 3 years ago • 0 comments

add ViewTreeObserver.OnGlobalLayoutListener callback to bottom nav and operate on the view when its OnGlobalLayoutListener is called to prevent accessing the view while in an invalid state

DaireJN avatar Oct 30 '21 20:10 DaireJN