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
Describe the bug
I want to set different images for the lock screen and the home screen. So I called AsyncWallpaper.setWallpaperFromFile twice in succession:
Describe the bug
I want to set different images for the lock screen and the home screen. So I called
AsyncWallpaper.setWallpaperFromFile
twice in succession:(edit) On emulator, it works always. However on real device, sometimes it works, but most of the time the second call doesn't. Log says:
My guess is that if I can set both the lock screen and the home screen at the same call, problem can be solved.
Thanks,
Flutter:
Dart:
The text was updated successfully, but these errors were encountered: