mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-07-15 21:43:29 +02:00
Potential fix for crash when closing a comment too fast
This commit is contained in:
@ -175,7 +175,7 @@ public class CommentsRecyclerViewAdapter extends RecyclerView.Adapter<RecyclerVi
|
|||||||
mFragment = fragment;
|
mFragment = fragment;
|
||||||
mExecutor = executor;
|
mExecutor = executor;
|
||||||
mRetrofit = retrofit;
|
mRetrofit = retrofit;
|
||||||
mGlide = Glide.with(activity);
|
mGlide = Glide.with(activity.getApplicationContext());
|
||||||
mSecondaryTextColor = customThemeWrapper.getSecondaryTextColor();
|
mSecondaryTextColor = customThemeWrapper.getSecondaryTextColor();
|
||||||
mCommentTextColor = customThemeWrapper.getCommentColor();
|
mCommentTextColor = customThemeWrapper.getCommentColor();
|
||||||
int commentSpoilerBackgroundColor = mCommentTextColor | 0xFF000000;
|
int commentSpoilerBackgroundColor = mCommentTextColor | 0xFF000000;
|
||||||
|
Reference in New Issue
Block a user