fix: De-jank blurring on DPI change
- Calling createBitmap with just width and height completely disregards the density of input bitmap. - We can just copy input bitmap and overwrite that to save us the trouble
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
- Calling createBitmap with just width and height completely disregards the density of input bitmap. - We can just copy input bitmap and overwrite that to save us the trouble