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