mkjensen / danish-media-license

App for Android TV that provides access to videos available to everyone that pays the Danish media license
Apache License 2.0
3 stars 0 forks source link

BackendModule.cache singleton provider method is called twice #28

Open mkjensen opened 8 years ago

mkjensen commented 8 years ago

BackendModule.cache is called twice even though it is annotated with @Singleton. The other methods (with identical annotations) are only called once as expected. I must have made a mistake... somewhere.