Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc820d5c authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

feat: Fix spotless

parent 2d48d28d
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -181,7 +181,8 @@ class BlurWallpaperProvider(val context: Context) {
                setBitmap(bitmap)
            } catch (e: IllegalStateException) {
                Logger.e(TAG, "Failed to set bitmap, using fallback", e)
                val newBitmap = Bitmap.createBitmap(
                val newBitmap =
                    Bitmap.createBitmap(
                        wallpaper.width,
                        wallpaper.height,
                        wallpaper.config ?: Bitmap.Config.ARGB_8888