Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-21 12:43:59 +03:00
commit fe2cfac54d
1140 changed files with 23493 additions and 8579 deletions

View file

@ -4,6 +4,7 @@ import com.tangem.common.routing.AppRoute
data class PushNotificationsParams(
val isBottomSheet: Boolean = false,
val nextRoute: AppRoute? = null,
val modelCallbacks: PushNotificationsModelCallbacks,
val source: AppRoute.PushNotification.Source,
)