Skip to content

Commit

Permalink
show library files when view holder is cliecked
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Sep 27, 2023
1 parent 34dcad5 commit 9225076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void onClick(View view) {
if (view != null) {
CustomFontTextView header = view.findViewById(R.id.library_text_header);
String headerText = header.getText().toString();

activity = (Activity) view.getContext();
if (activity != null) {
((BaseHomeRegisterActivity) activity).setLibrary(true);

Expand Down

0 comments on commit 9225076

Please sign in to comment.