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

Commit 5fa148a1 authored by Michael Jurka's avatar Michael Jurka Committed by Android Git Automerger
Browse files

am 5bfab60f: Fix NPE in Live Wallpaper loader

* commit '5bfab60f':
  Fix NPE in Live Wallpaper loader
parents 18238d90 5bfab60f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -190,7 +190,9 @@ public class LiveWallpaperListAdapter extends BaseAdapter implements ListAdapter
                    LiveWallpaperListAdapter.this.notifyDataSetChanged();
                    break;
                }
                if (info.mThumbnail != null) {
                    info.mThumbnail.setDither(true);
                }
                if (mWallpaperPosition < mWallpapers.size()) {
                    mWallpapers.set(mWallpaperPosition, info);
                } else {