Skip to content

Commit

Permalink
Rename class in PreferenceFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Oct 30, 2024
1 parent f121780 commit 8aa3ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.wstxda.gsl.R
import com.wstxda.gsl.SettingsActivity
import com.wstxda.gsl.shortcut.*

class SettingsPreferenceFragment : PreferenceFragmentCompat() {
class PreferenceFragment : PreferenceFragmentCompat() {

override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
setPreferencesFromResource(R.xml.preferences, rootKey)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/navigation/nav_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<fragment
android:id="@+id/settingsPreferenceFragment"
android:name="com.wstxda.gsl.fragment.SettingsPreferenceFragment"
android:name="com.wstxda.gsl.fragment.PreferenceFragment"
android:label="@string/app_settings"
tools:layout="@layout/activity_settings" />
</navigation>

0 comments on commit 8aa3ca0

Please sign in to comment.