Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okcaptain committed Mar 12, 2024
1 parent 60cd705 commit 88960b3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ private boolean hasSettingButton() {
@Override
public void onItemClick(Class item) {
if (mBinding.pager.getCurrentItem() == 0) {
if (!hasSettingButton()) MenuDialog.create(this).show();
else SiteDialog.create(this).show();
SiteDialog.create(this).show();
} else {
updateFilter(item);
}
Expand Down

0 comments on commit 88960b3

Please sign in to comment.