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

Commit f2c45762 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android Git Automerger
Browse files

am f29471c7: Merge "Ensure that crop view is loaded before applying a...

am f29471c7: Merge "Ensure that crop view is loaded before applying a wallpaper" into ub-launcher3-burnaby

* commit 'f29471c7':
  Ensure that crop view is loaded before applying a wallpaper
parents b021337e f29471c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -550,7 +550,8 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
                new View.OnClickListener() {
                    @Override
                    public void onClick(View v) {
                        if (mSelectedTile != null) {
                        // Ensure that a tile is slelected and loaded.
                        if (mSelectedTile != null && mCropView.getTileSource() != null) {
                            // Prevent user from selecting any new tile.
                            mWallpaperStrip.setVisibility(View.GONE);
                            actionBar.hide();