Skip to content

Commit

Permalink
Fixes #100
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Feb 13, 2022
1 parent 538e562 commit f47687a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ private void setUpSearchView() {

homeFAB.setVisibility(View.VISIBLE);
if (null != homeFAB.getTag()) setVisibility(View.VISIBLE);

updateViewPager();
}
});

Expand Down

0 comments on commit f47687a

Please sign in to comment.