tachiyomi/app
[pʲɵs] c22e2e8159 Do not suppress a type system error (#2524)
This code was sort of fine when it used raw Java types, but the Kotlin
equivalent technically calls a method that takes a Nothing-typed
argument with a value that is not of type Nothing. Whether that works
depends on how lenient kotlinc is about inserting casts in bytecode.

The solution is to give the unknown type represented by a star an
explicit name by capturing it in a type variable, then cast to that type
instead of Nothing. This is guaranteed to be an unchecked, but valid,
cast.
2020-01-20 18:34:59 -05:00
..
src Do not suppress a type system error (#2524) 2020-01-20 18:34:59 -05:00
.gitignore Run downloader in foreground service 2018-04-28 10:54:27 +02:00
build.gradle Update Firebase 2020-01-16 09:01:03 -05:00
proguard-rules.pro Migrate to AndroidX (#2424) 2020-01-05 11:29:27 -05:00
shortcuts.xml Update Android Studio to 3.0 2017-10-28 14:44:19 +02:00