Updated on 2026-08-14

This commit is contained in:
Tangem 2026-05-27 19:44:31 +05:00
parent 9be9f8f3e7
commit 865d4a1ed5
4 changed files with 26 additions and 5 deletions

View file

@ -243,6 +243,7 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class PushNotification(
val source: Source,
val nextRoute: AppRoute? = null,
) : AppRoute(path = "/push_notification") {
enum class Source {
Stories,