mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
perf: Reduce amount of shell commands
This commit is contained in:
@ -29,7 +29,7 @@ class AppInfoViewModel extends BaseViewModel {
|
||||
if (app.isRooted) {
|
||||
final bool hasRootPermissions = await _rootAPI.hasRootPermissions();
|
||||
if (hasRootPermissions) {
|
||||
await _rootAPI.unmount(
|
||||
await _rootAPI.uninstall(
|
||||
app.packageName,
|
||||
);
|
||||
if (!onlyUnpatch) {
|
||||
|
Reference in New Issue
Block a user