py - Pierre Yves Ricau

Results 289 comments of py - Pierre Yves Ricau

If anything, it lacks hairs! This Android looks quite bald to me: ![bald](https://raw.githubusercontent.com/pyricau/fragnums/master/assets/screenshot3.png)

Correct. Feel free to do it :)

That's interesting, but I don't see any anonymous class here that we could deverbosify ;-) . Any example ?

https://github.com/square/curtains/blob/main/curtains/src/main/java/curtains/internal/NextDrawListener.kt#L27 The stacktrace indicates that the code is inside a post (`android.os.Handler.dispatchMessage(Handler.java:99))` and not within a draw callback. The exception for that version of Android is created here: https://cs.android.com/android/platform/superproject/+/android-8.1.0_r81:frameworks/base/core/java/android/view/ViewTreeObserver.java;l=704;drc=f383c24749ae6bfcf8f8cee26fe7bc6897f7511c We...

Fixed by https://github.com/square/curtains/pull/18

Actually, totally unrelated to #18 I'm tired, this is still not supported.

Simply that `curtains.WindowsKt#getWrappedCallback` isn't able to traverse `android.view.WindowCallbackWrapper `

@MalcolmMcFly absolutely!