Commit c1174a0 1 parent c697b66 commit c1174a0 Copy full SHA for c1174a0
File tree 2 files changed +2
-2
lines changed
app/src/main/java/com/infomaniak/mail/ui/main/thread
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ class ThreadFragment : Fragment() {
313
313
314
314
twoPaneViewModel.currentThreadUid.distinctUntilChanged().observeNotNull(viewLifecycleOwner) { threadUid ->
315
315
316
- resetMessagesCache ()
316
+ resetMessagesRelatedCache ()
317
317
displayThreadView()
318
318
319
319
openThread(threadUid).observe(viewLifecycleOwner) { result ->
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class ThreadViewModel @Inject constructor(
99
99
AccountUtils .currentMailboxId,
100
100
).map { it.obj }.asLiveData(ioCoroutineContext)
101
101
102
- fun resetMessagesCache () {
102
+ fun resetMessagesRelatedCache () {
103
103
treatedMessagesForCalendarEvent.clear()
104
104
isCalendarEventExpandedMap.clear()
105
105
cachedSplitBodies.clear()
You can’t perform that action at this time.
0 commit comments