Skip to content

Commit 5465baf

Browse files
Update app/src/main/java/com/valhalla/thor/data/repository/InstallerRepositoryImpl.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f87490e commit 5465baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/valhalla/thor/data/repository/InstallerRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class InstallerRepositoryImpl(
3333
private val context: Context,
3434
private val eventBus: InstallerEventBus,
3535
private val rootGateway: RootSystemGateway,
36-
@Suppress("unused") private val shizukuReflector: ShizukuReflector
36+
private val shizukuReflector: ShizukuReflector
3737
) : InstallerRepository {
3838

3939
private val defaultInstaller = context.packageManager.packageInstaller

0 commit comments

Comments
 (0)