get PatchStore::createDisableExceptionQarthFile method fail
when i scroll down in my app suddenly the app crashes i found behind this crash it crashes when i want to show song images in my music apps
public class SongAdapter extends RecyclerView.Adapter {
private Context mcontex;
private ArrayList msong;
RequestOptions option;
View view;
MediaPlayer mediaPlayer;
SongAdapter(Context mcontex, ArrayList msong) {
this.mcontex = mcontex;
this.msong = msong;
}
@NonNull
@Override
public MydViewHolder onCreateViewHolder(@NonNull ViewGroup parent,...