Skip to content

Commit

Permalink
refactor: Move snoozeState out of "UI data" region, since it's not …
Browse files Browse the repository at this point in the history
…Transient
  • Loading branch information
KevinBoulongne committed Mar 7, 2025
1 parent 4b65dc3 commit 04a34f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ class Message : RealmObject {
@Transient
@Ignore
var shouldHideDivider: Boolean = false
//endregion

@Ignore
var snoozeState: SnoozeState? by apiEnum(::_snoozeState)
//endregion

val threads by backlinks(Thread::messages)

Expand Down

0 comments on commit 04a34f9

Please sign in to comment.