mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-21 21:49:30 +02:00
Update packages, increment version, run dart fix, switch to Shizuku plugin fork with bugfix (maybe temp)
This commit is contained in:
@@ -800,7 +800,9 @@ class AppsProvider with ChangeNotifier {
|
||||
if (newInfo == null) {
|
||||
try {
|
||||
file.file.deleteSync(recursive: true);
|
||||
additionalAPKs.forEach((a) => a.file.deleteSync(recursive: true));
|
||||
for (var a in additionalAPKs) {
|
||||
a.file.deleteSync(recursive: true);
|
||||
}
|
||||
} catch (e) {
|
||||
//
|
||||
} finally {
|
||||
|
Reference in New Issue
Block a user