mirror of
https://github.com/Michatec/Radio.git
synced 2026-06-05 03:12:15 +02:00
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:
@@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user