Skip to content

Rewrite low storage dialog to Compose#166

Open
RankoR wants to merge 12 commits into
GrapheneOS:mainfrom
RankoR-GOS:task/sms-storage-low-warning-compose
Open

Rewrite low storage dialog to Compose#166
RankoR wants to merge 12 commits into
GrapheneOS:mainfrom
RankoR-GOS:task/sms-storage-low-warning-compose

Conversation

@RankoR

@RankoR RankoR commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@RankoR RankoR changed the title Task/sms storage low warning compose Rewrite low storage dialog to Compose Jun 25, 2026
@RankoR RankoR requested review from inthewaves, m4pl and soupslurpr and removed request for m4pl June 25, 2026 18:32
Comment on lines +64 to +70
LaunchedEffect(screenModel, onFinish) {
screenModel.effects.collect { effect ->
when (effect) {
Effect.Finish -> onFinish()
}
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use rememberUpdatedState for onFinish instead of using it as a LaunchedEffect key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants