You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Using twitter-core and twitter-ui version 3.3.0 along with Picasso 2.71828 will crash when trying to build a timeline adapter because Picasso no longer uses Picasso.with(Context context), but uses Picasso.get(). There appears to be a method allowing overriding of the imageLoader on TwitterUI, but it is not public, so I'm forced to downgrade Picasso if I want to use the TwitterUI at this point.
The text was updated successfully, but these errors were encountered:
This seems like a pretty major thing that should be fixed @efrohnhoefer? I just updated to latest Picasso in our entire app and made everything work and then bumped into this one forcing me to undo all the work I just did :-/
Still having the same issue. Would like to update the Picasso plugin to the newest version for using Picasso.get(). Can this still be fixed @efrohnhoefer ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
twitter-core
andtwitter-ui
version 3.3.0 along with Picasso 2.71828 will crash when trying to build a timeline adapter because Picasso no longer usesPicasso.with(Context context)
, but usesPicasso.get()
. There appears to be a method allowing overriding of theimageLoader
onTwitterUI
, but it is not public, so I'm forced to downgrade Picasso if I want to use the TwitterUI at this point.The text was updated successfully, but these errors were encountered: