We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autoAdvanceThreadsUids
1 parent 3918ce8 commit f4259a0Copy full SHA for f4259a0
app/src/main/java/com/infomaniak/mail/ui/MainViewModel.kt
@@ -121,7 +121,7 @@ class MainViewModel @Inject constructor(
121
val canInstallUpdate = MutableLiveData(false)
122
val messageOfUserToBlock = SingleLiveEvent<Message>()
123
124
- val autoAdvanceThreadsUids = MutableLiveData<List<String>>()
+ val autoAdvanceThreadsUids = SingleLiveEvent<List<String>>()
125
126
val mailboxesLive = mailboxController.getMailboxesAsync(AccountUtils.currentUserId).asLiveData(ioCoroutineContext)
127
0 commit comments