Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Dec 28, 2024
1 parent 37abdf7 commit 154087f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class Preferences : PreferenceActivity(), OnSharedPreferenceChangeListener {
)

chkRunInBackground =
findPreference(getString(R.string.pref_key_show_notification)) as CheckBoxPreference
findPreference(getString(R.string.pref_key_gnss_background)) as CheckBoxPreference
chkLogFileNmea =
findPreference(getString(R.string.pref_key_file_nmea_output)) as CheckBoxPreference
chkLogFileNavMessages =
Expand Down

0 comments on commit 154087f

Please sign in to comment.