Skip to content

Commit

Permalink
Setup: Add missing Shizuku install check
Browse files Browse the repository at this point in the history
Fixes #774
  • Loading branch information
d4rken committed Nov 19, 2023
1 parent 7d98a26 commit f9daea7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class ShizukuSetupModule @Inject constructor(

val baseState = State(
useShizuku = useShizuku,
isInstalled = shizukuManager.isInstalled(),
isCompatible = shizukuManager.isCompatible(),
)

Expand Down

0 comments on commit f9daea7

Please sign in to comment.