Skip to content

Commit 60d284d

Browse files
code cleanup
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 2b62e4d commit 60d284d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/kotlin/com/fox2code/mmm/MainApplication.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,11 @@ class MainApplication : Application(), Configuration.Provider, ActivityLifecycle
256256
if (forceDebugLogging) Timber.d("UID: %s", output)
257257
if (output == "0") {
258258
if (forceDebugLogging) Timber.d("Root access granted")
259-
setHasGottenRootAccess(true)
260259
} else {
261260
if (forceDebugLogging) Timber.d(
262261
"Root access or we're not uid 0. Current uid: %s",
263262
output
264263
)
265-
setHasGottenRootAccess(false)
266264
}
267265
}
268266
if (!callbacksRegistered) {

0 commit comments

Comments
 (0)