| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
View your CI Pipeline Execution ↗ for commit 9bc2fbf
☁️ Nx Cloud last updated this comment at 2026-03-27 22:24:10 UTC |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR prevents an Android crash in TextBase by ensuring setTextColor(...) isn’t invoked with a null/undefined value during timing/race conditions in bindings updates.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
…lorProperty.setNative Agent-Logs-Url: https://github.com/NativeScript/NativeScript/sessions/bb1580df-8f26-4e42-85b4-2c73c1bc54bc Co-authored-by: NathanWalker <457187+NathanWalker@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Prevents innocent app crash due to bindings update timing (often on page navigations):
This occurs because this.nativeTextViewProtected.setTextColor(value) is not nullable.
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/main/core/java/android/widget/TextView.java#5602