Rohit Ramkumar
Rohit Ramkumar
``` inline fun View.doOnGlobalLayout(crossinline action: (view: View) -> Unit) { val vto = viewTreeObserver vto.addOnGlobalLayoutListener(object : ViewTreeObserver.OnGlobalLayoutListener { override fun onGlobalLayout() { action(this@doOnGlobalLayout) when { vto.isAlive -> vto.removeOnGlobalLayoutListener(this) else ->...
We recently migrated from `firebase-ml-vision` -> `mlkit:barcode-scanning` and have started to see crashes on few devices. We do not use Dynamic modules. **Devices** moto e6 Andoird 9 Galaxy S9+ Android...