chore(notification): update notification IDs

Increment the notification IDs used in `SettingsFragment` and
`PlayerFragment`. This updates the identifiers for the test,
share-app, and update-available notifications.
This commit is contained in:
2026-06-01 19:52:26 +02:00
parent d654d79bd5
commit ae1e2aa784
2 changed files with 3 additions and 3 deletions
@@ -886,7 +886,7 @@ class PlayerFragment : Fragment(),
"${getString(R.string.app_name)} $latestVersion",
getString(R.string.snackbar_update_available),
intent = updateIntent,
id = 1001
id = 1002
)
}
}
@@ -331,7 +331,7 @@ class SettingsFragment : PreferenceFragmentCompat(), YesNoDialog.YesNoDialogList
context,
getString(R.string.pref_test_notification_title),
getString(R.string.notification_test_content),
id = 1003
id = 1004
)
return@setOnPreferenceClickListener true
}
@@ -415,7 +415,7 @@ class SettingsFragment : PreferenceFragmentCompat(), YesNoDialog.YesNoDialogList
context,
getString(R.string.pref_share_app_thank_title),
getString(R.string.pref_share_app_thank_message),
id = 1002
id = 1003
)
}
return@setOnPreferenceClickListener true