Skip to content

Commit 52576a7

Browse files
committed
Fix: Remove unused variable in PermissionBridge
1 parent 7fabb64 commit 52576a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/appcontrolx/service/PermissionBridge.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class PermissionBridge(private val context: Context? = null) {
6565
fun checkRootNow(): Boolean {
6666
return try {
6767
// Get shell instance - this will trigger root request if needed
68-
val shell = Shell.getShell()
68+
Shell.getShell()
6969

7070
// Check if root was granted
7171
Shell.isAppGrantedRoot() == true

0 commit comments

Comments
 (0)