Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from kawsar96/main
Browse files Browse the repository at this point in the history
Update UserInterfaceSettingsFragment.java
  • Loading branch information
kawsar96 authored Oct 10, 2023
2 parents b4facd7 + d0ab7e8 commit 83d55dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void onCreatePreferences(Bundle savedInstanceState, String rootKey) {
addPreferencesFromResource(R.xml.settings_user_interface);

Preference customLayoutPreference = findPreference(getString(R.string.stats_custom_layout_key));
customLayoutPreference.setOnPreferenceClickListener((preference) -> {
customLayoutPreference.setOnPreferenceClickListener(preference -> {
Intent intent = new Intent(getContext(), SettingsCustomLayoutListActivity.class);
startActivity(intent);
return true;
Expand Down

0 comments on commit 83d55dc

Please sign in to comment.