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
)
}
}