Skip to content

Commit

Permalink
[fix] missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Jan 2, 2025
1 parent c7ebdf6 commit 4e264f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/pref_settings_headers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- These settings headers are only used on tablets. -->

<header android:fragment="org.secuso.privacyfriendlysudoku.ui.SettingsActivity$GamePreferenceFragment"
<header android:fragment="org.secuso.privacyfriendlysudoku.ui.SettingsActivity$SettingsFragment"
android:title="@string/pref_header_game" android:icon="@drawable/ic_info_black_24dp" />

</preference-headers>

0 comments on commit 4e264f1

Please sign in to comment.