Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-30 16:48:26 +03:00
parent acf110dbcc
commit 6910f74fd9
242 changed files with 866 additions and 732 deletions

View file

@ -37,6 +37,7 @@ inline fun <reified M : Model> AppComponentContext.getOrCreateModel(): M = getOr
* @param params The parameters to store in the [ParamsContainer],
*/
@Suppress("NullableToStringCall")
inline fun <reified M : Model, reified P : Any> AppComponentContext.getOrCreateModel(
params: P?,
messageSender: UiMessageSender? = null,