RoverPlatform / rover-campaigns-android

Apache License 2.0
1 stars 0 forks source link

LruCache crash #100

Closed orospakr closed 2 years ago

orospakr commented 2 years ago

It turns out that even though we have a try/catch for IllegalStateException, this IllegalStateException is occurring because the Java APIs are wrapped in Kotlin such that return a "half-optional" value. We were handling the value returning from lruCache.get as a non-optional, which was a misuse of the LruCache API.

Additionally: remove dead bintray-hosted repo