Skip to content

Commit

Permalink
Fix profile image not showing in SubscribedThingListingActivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Sep 4, 2024
1 parent bd7f0f5 commit 651ee74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ public Fragment getItem(int position) {
bundle.putBoolean(SubscribedSubredditsListingFragment.EXTRA_IS_SUBREDDIT_SELECTION, false);
bundle.putBoolean(SubscribedSubredditsListingFragment.EXTRA_IS_SUBREDDIT_SELECTION, isThingSelectionMode);
bundle.putBoolean(SubscribedSubredditsListingFragment.EXTRA_EXTRA_CLEAR_SELECTION, isThingSelectionMode);
bundle.putString(SubscribedSubredditsListingFragment.EXTRA_ACCOUNT_PROFILE_IMAGE_URL,
mCurrentAccountSharedPreferences.getString(SharedPreferencesUtils.ACCOUNT_IMAGE_URL, null));
fragment.setArguments(bundle);
return fragment;
}
Expand Down

0 comments on commit 651ee74

Please sign in to comment.