Updated on 2026-08-14
This commit is contained in:
parent
acf110dbcc
commit
6910f74fd9
242 changed files with 866 additions and 732 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue