Files
brave-core/android/java
Serg 12400944d6 [Android] Fix crash in BraveNewsUtils when mojo pipe is closed (#34573)
Guard mojo calls with try/catch for IllegalStateException since the
pipe can be closed by onDetachedFromWindow() or onConnectionError()
before the BEST_EFFORT task executes, and Java mojo bindings have no
non-destructive validity check.

Resolves: https://github.com/brave/brave-browser/issues/53479
2026-03-09 23:27:30 +01:00
..