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

Commit b33e09a9 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Preventing user from selecting any new time, when a tile is already being applied

Bug: 22293299
Change-Id: I6b9bf2b777d33ca23f291c7872ce1f338d41e516
parent 99eceebf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -551,6 +551,10 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
                    @Override
                    public void onClick(View v) {
                        if (mSelectedTile != null) {
                            // Prevent user from selecting any new tile.
                            mWallpaperStrip.setVisibility(View.GONE);
                            actionBar.hide();

                            WallpaperTileInfo info = (WallpaperTileInfo) mSelectedTile.getTag();
                            info.onSave(WallpaperPickerActivity.this);
                        } else {