Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Edit with `Black` utility.
  • Loading branch information
HeaTTheatR committed Jan 16, 2024
1 parent a992664 commit a5adf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivymd/utils/get_wallpaper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_wallpaper(
CompressFormat = autoclass("android.graphics.Bitmap$CompressFormat")
FileOutputStream = autoclass("java.io.FileOutputStream")
WallpaperManager = autoclass("android.app.WallpaperManager")
Context = mActivity.getApplicationContext()
Context = mActivity.getApplicationContext()
mWallpaperManager = WallpaperManager.getInstance(Context)
mWallpaperManager.getBitmap().compress(
CompressFormat.PNG,
Expand Down

0 comments on commit a5adf4b

Please sign in to comment.