Skip to content

Commit

Permalink
fix crash in activity (depends on new su handling)
Browse files Browse the repository at this point in the history
  • Loading branch information
hg42 committed Aug 23, 2024
1 parent 2003667 commit 1503caa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ import com.machiav3lli.backup.viewmodels.ExportsViewModel
import com.machiav3lli.backup.viewmodels.LogViewModel
import com.machiav3lli.backup.viewmodels.MainViewModel
import com.machiav3lli.backup.viewmodels.SchedulerViewModel
import com.topjohnwu.superuser.Shell
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.MainScope
Expand Down Expand Up @@ -192,7 +191,7 @@ class MainActivityX : BaseActivity() {
// }
//}

Shell.getShell() //TODO hg42 ???
//TODO wech Shell.getShell() // should be handled in ShellHandler

//TODO wech end ???

Expand Down

0 comments on commit 1503caa

Please sign in to comment.