Skip to content

Commit

Permalink
refactor: Remove UI data region around snoozeState in Thread
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Mar 7, 2025
1 parent 04a34f9 commit 774aeb1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,9 @@ class Thread : RealmObject {
var snoozeAction: String? = null
//endregion

//region UI data (Ignore)
@Ignore
var snoozeState: SnoozeState? by apiEnum(::_snoozeState)
private set
//endregion

private val _folders by backlinks(Folder::threads)
val folder
Expand Down

0 comments on commit 774aeb1

Please sign in to comment.