File tree 1 file changed +4
-4
lines changed
app/src/main/java/com/infomaniak/mail/ui/main/thread
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ class ThreadViewModel @Inject constructor(
73
73
private var fetchMessagesJob: Job ? = null
74
74
private var fetchCalendarEventJob: Job ? = null
75
75
76
- val quickActionBarClicks = SingleLiveEvent <QuickActionBarResult >()
77
-
78
76
val threadLive = MutableLiveData <Thread ?>()
79
77
val messagesLive = MutableLiveData <Pair <ThreadAdapterItems , MessagesWithoutHeavyData >>()
80
78
81
- val threadState = ThreadState ()
79
+ val quickActionBarClicks = SingleLiveEvent < QuickActionBarResult > ()
82
80
83
- var deletedMessagesUids = mutableSetOf<String >()
84
81
val failedMessagesUids = SingleLiveEvent <List <String >>()
82
+ var deletedMessagesUids = mutableSetOf<String >()
83
+
84
+ val threadState = ThreadState ()
85
85
86
86
private val mailbox by lazy { mailboxController.getMailbox(AccountUtils .currentUserId, AccountUtils .currentMailboxId)!! }
87
87
You can’t perform that action at this time.
0 commit comments