pratiktimer / setWallpaperplugin

Apache License 2.0
26 stars 16 forks source link

Home Screen Issue #2

Closed YuvrajsinhDesai closed 5 years ago

YuvrajsinhDesai commented 5 years ago

First of all, this is a good package, Lock Screen and Both(homescreen and LockScreen) this two option working perfectly but when I select only homescreen option then it sets wallpaper on both that is LockScreen and HomeScreen. I tested on Oneplus 6.

pratiktimer commented 5 years ago

sorry for late response yes i think that is happening for me also i will just correct that....will let you know

YuvrajsinhDesai commented 5 years ago

I have solved this issue by set homescreen flag in java file...

I seen that you have used Picasso... but success response from the java code is generated before actually wallpaper set on running device...so this plugin gives success message before real task is getting done.

If you have any idea to get rid of this issue which I'm facing right now then please help me it will be appreciated...😊

pratiktimer commented 5 years ago

great it should be something like this
setWallpaper(1,(String) call.arguments); result.success("Homescreen");

YuvrajsinhDesai commented 5 years ago

Thank you so much brother.😊