docs: Clarify purpose of LaunchedEffect as part of algorithm.
This commit is contained in:
parent
b3c4a2ba92
commit
fd883049be
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class HistoryVisibleStatePresenter(
|
||||||
|
|
||||||
LaunchedEffect(isHistoryVisible, acknowledged) {
|
LaunchedEffect(isHistoryVisible, acknowledged) {
|
||||||
if (!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)
|
repository.setAcknowledged(room.roomId, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue