-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading Drawables in -night Resource Directories Still Does Not Work #2105
Comments
Dupe of #1275. I'm not sure we ever claimed the removal of |
So is there a solution at all that fixes this issue? |
Not at present, no
…On Thu, Sep 12, 2019 at 10:10 AM Bleach13J ***@***.***> wrote:
So is there a solution at all that fixes this issue?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2105?email_source=notifications&email_token=AAAQIELERFW3XHBP5LH4RUDQJJEXHA5CNFSM4IU7CHF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6SAVHY#issuecomment-530844319>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAQIEPKTJGHL7XSJEYS3FTQJJEXHANCNFSM4IU7CHFQ>
.
|
As of right now I'm using boolean logic to determine if I'm in night mode and then load a different image in if I use picasso instead of the app determining which resource qualifier it should be using to pull drawable resources. It should be able to work the same as when it determines what resolution image to pull whether it be mdpi, hdpi, etc. |
Will 3.0 fix this issue by chance? |
Assigned #1275 to me and added it to the 3.0 release milestone. |
Thanks guys for the quick responses. You have been very helpful. |
I saw a couple of tickets about this issue and they were all marked as closed and the answer given says the removal of with(context) fixed this issue.
I am currently trying to use the latest version of this library with resources from any -night resource directory and non of them are being loaded. It is still defaulting to the -nontnight directories.
I have tried setting the app to night mode before calling Picasso.get() in case the order mattered and it did not.
Please take a look at this and see if a fix can be pushed out. If not then i'll either have to have doubles of all my drawables with the night and day versions or find another library that can handle this.
I really like Picasso and would hate to have to stop using it but I really need it to be able to work with night mode.
Thanks
The text was updated successfully, but these errors were encountered: