1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-23 19:37:39 +00:00
Files
NewPipe/app
Stypox 397f93b079 Prevent exception from being serialized in ErrorInfo
The wrong @Decorator was put in the wrong place to mark the throwable fieldd as transient, now this is fixed and the exception is not serialized. So if a non-serializable throwable is passed, that's not an issue, since it's not going to be serialized. The need for EnsureExceptionSerializable is also gone.
2021-12-04 10:36:36 +01:00
..