Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed May 3, 2023
1 parent f66bb37 commit 9ce3931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ private LocalFileListItemViewHolder(View itemView) {

itemView.findViewById(R.id.sharedAvatars).setVisibility(View.GONE);
itemView.findViewById(R.id.overflow_menu).setVisibility(View.GONE);
itemView.findViewById(R.id.tagsGroup).setVisibility(View.GONE);
}
}

Expand Down

0 comments on commit 9ce3931

Please sign in to comment.