Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
silvzr committed Dec 20, 2024
1 parent 16e9ca7 commit 7c813c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fun HomeScreen(navigator: DestinationsNavigator) {
verticalArrangement = Arrangement.spacedBy(16.dp)
) {
val isManager = Natives.becomeManager(ksuApp.packageName)
SideEffect {
LaunchedEffect(Unit) {
if (isManager) install()
}
val ksuVersion = if (isManager) Natives.version else null
Expand Down

0 comments on commit 7c813c0

Please sign in to comment.