tachiyomi/app/src/main
[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
..
assets/fonts Add proguard rules. Show unread count. Use compact font 2015-10-02 13:20:15 +02:00
java/eu/kanade/tachiyomi Do not suppress a type system error (#2524) 2020-01-20 18:34:59 -05:00
res Add tracker logout dialog (closes #2475) 2020-01-19 17:03:11 -05:00
AndroidManifest.xml Fixed file permissions for Android 10 2020-01-11 21:55:33 -05:00
ic_launcher-web.png Add adaptive icon and a dev variant 2018-01-13 18:15:00 +01:00