Skip to content

Commit

Permalink
Fix image not being shown in Empty Lists sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Horta committed Feb 28, 2024
1 parent 557dff1 commit 4e2ef82
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2332,6 +2332,8 @@ public void run() {
R.drawable.illustration_reader_empty);
mActionableEmptyView.title.setText(
getString(R.string.reader_empty_blogs_posts_in_custom_list));
mActionableEmptyView.image.setVisibility(View.VISIBLE);
mActionableEmptyView.title.setVisibility(View.VISIBLE);
mActionableEmptyView.button.setVisibility(View.GONE);
mActionableEmptyView.subtitle.setVisibility(View.GONE);
showEmptyView();
Expand Down

0 comments on commit 4e2ef82

Please sign in to comment.