Skip to content
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

Exception locking surface #728

Open
MeetDev2602 opened this issue Feb 15, 2023 · 2 comments
Open

Exception locking surface #728

MeetDev2602 opened this issue Feb 15, 2023 · 2 comments

Comments

@MeetDev2602
Copy link

first of all when I go to set the wallpaper so it show first android preview screen than if I click to home screen button then it took to me home screen but when I go to resume to app so it throws exception

class ProcessingLiveWallpaper : PWallpaper() {
    override fun onCreate() {
        super.onCreate()
    }

    override fun createSketch(): PApplet {
        return  AllAnimationLiveWallpaper(applicationContext)
    }
}
val liveIntent = Intent(WallpaperManager.ACTION_CHANGE_LIVE_WALLPAPER)
 liveIntent.putExtra(
                WallpaperManager.EXTRA_LIVE_WALLPAPER_COMPONENT,
                ComponentName(this@MainActivity, ProcessingLiveWallpaper::class.java)
            )
resultLauncher.launch(liveIntent)

image

@rohanmalik0
Copy link

i can work on this issue please assign this task to me

@ranaaditya
Copy link
Member

ranaaditya commented Jul 15, 2023

i can work on this issue please assign this task to me

Hi @rohanmalik0 , sure you can work on this but first can you please check if this issue is specific to author or it is something really breaking ?

Note: this issue needs conformation, so please check if this issue persists in your system as well or not.

Thanks,
Aditya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants