Christian Kyle

Results 3 comments of Christian Kyle

I don't know if this will help, but I noticed this quite often in the stacktrace. https://github.com/univrsal/input-overlay/blob/94067421e1237f7408acc82e397e1d5f5aa0c463/projects/plugin/src/network/mg.cpp#L42 Again, I don't know C++ so I can't help much 😅

> Is there any ways to cover the wallpaper responsivly (specially on lockscreen) without stretching or squeezing the image? You can crop the image using `WallpaperManager.setWallpaperFromFileWithCrop`. Provide the left, top,...

@X-SLAYER I used `MediaQuery.of(context).size` to get the screen width and height. Then get the screen ratio by `double screenRatio = width / height;`. Use that ratio to calculate the width...