docs: Clarify purpose of LaunchedEffect as part of algorithm.
This commit is contained in:
parent
e9831d0e05
commit
42277cf604
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class HistoryVisibleStatePresenter(
|
|||
|
||||
LaunchedEffect(isHistoryVisible, acknowledged) {
|
||||
if (!isHistoryVisible && acknowledged) {
|
||||
// Clear the dismissed flag, if it is set to ensure that if a room is changed public -> private -> public,
|
||||
// we show the banner again when it is set back to public.
|
||||
repository.setAcknowledged(room.roomId, false)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue