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
You guys need to properly document this library, I'm having to guess, infer things in your library.
What does signature & policy mean?
The UX is poor for file uploads from local providers. After selecting an image or taking a picture, I don't know what to do next.
The Picasso used in the CloudListViewHolder(59) is failing, you should update it to the latest version. This fixed it for me Picasso.get().load(url).into(iconView);
The text was updated successfully, but these errors were encountered:
You guys need to properly document this library, I'm having to guess, infer things in your library.
What does signature & policy mean?
The UX is poor for file uploads from local providers. After selecting an image or taking a picture, I don't know what to do next.
The Picasso used in the CloudListViewHolder(59) is failing, you should update it to the latest version. This fixed it for me
Picasso.get().load(url).into(iconView);
The text was updated successfully, but these errors were encountered: