Skip to content

Commit

Permalink
Fix Build?
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie committed Feb 10, 2024
1 parent 7698f67 commit aa84288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/io/twoyi/ui/SettingsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public void onViewCreated(View view, @Nullable Bundle savedInstanceState) {
});

about.setOnPreferenceClickListener(preference -> {
UIHelper.startActivity(getContext(), AboutActivity.class);
return true;
});
}
Expand Down

0 comments on commit aa84288

Please sign in to comment.