Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okcaptain committed Mar 16, 2024
1 parent 3fea203 commit 4277e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private ListRow getFuncRow() {

private void refreshFuncRow() {
if (homeUI == Setting.getHomeUI() && Setting.getHomeButtons(Button.getDefaultButtons()).equals(button)) return;
mAdapter.removeItems(0, 1);
if (!TextUtils.isEmpty(button)) mAdapter.removeItems(0, 1);
homeUI = Setting.getHomeUI();
button = Setting.getHomeButtons(Button.getDefaultButtons());
ListRow funcRow = getFuncRow();
Expand Down

0 comments on commit 4277e62

Please sign in to comment.