Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
KnollFrank committed Jun 5, 2024
1 parent a35c312 commit e982cbc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,4 @@ protected void createToolbar(@NonNull final LayoutInflater inflater, @NonNull fi
super.createToolbar(inflater, view);
new SearchPreferenceButtonHelper(this).configureSearchPreferenceButton(view.findViewById(R.id.action_button));
}

@Override
protected void updateToolbar() {
super.updateToolbar();
}
}

0 comments on commit e982cbc

Please sign in to comment.