Skip to content
Snippets Groups Projects
Unverified Commit 9dec6725 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Fix class cast exception on pending tests (EXPOSUREAPP-4909) #2249


* Let NetworkRequestWrapper enforce more specific generics.
No nulls and errors need to be `Throwable`

* Align error dialog generation and remove unnecessary casting.

* Use less specific exception type for `filterIsInstance`.
The expectation is that due to type erase, the filter will let any type of `RequestFailed` through anyways.

Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
parent 04562aee
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment