[BUG] StatusBar.Android.PlatformSetColor() breaks ViewTreeObserver.IOnGlobalLayoutListener #2289
Open
2 tasks done
Labels
area/behaviors
Issue/Discussion/PR that has to do with Behaviors
bug
Something isn't working
unverified
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
This PR #1630 has broken ViewTreeObserver.IOnGlobalLayoutListener on Android API 29 and (protentional below).
Expected Behavior
ViewTreeObserver.IOnGlobalLayoutListener works as before the PR #1630
Environment
Anything else?
Can't confirm which line of code in the PR has broken ViewTreeObserver.IOnGlobalLayoutListener. Also can't easily test the bug on Android emulators API 29 and below due to an old version of WebView on such emulators. I have a project using BlazorWebView. As I get more info I'll be back.
What I can say for sure is reverting the PR #1630 and using CommunityToolkit as a .dll makes ViewTreeObserver.IOnGlobalLayoutListener work normally.
The text was updated successfully, but these errors were encountered: