mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-13 18:38:10 +02:00
Remove unused code
This commit is contained in:
@@ -1367,10 +1367,6 @@ class AppsProvider with ChangeNotifier {
|
|||||||
if (file.existsSync()) {
|
if (file.existsSync()) {
|
||||||
file.deleteSync(recursive: true);
|
file.deleteSync(recursive: true);
|
||||||
}
|
}
|
||||||
File iconFile = File('$iconsCacheDir/$appId.png');
|
|
||||||
if (iconFile.existsSync()) {
|
|
||||||
iconFile.deleteSync(recursive: true);
|
|
||||||
}
|
|
||||||
apkFiles
|
apkFiles
|
||||||
.where(
|
.where(
|
||||||
(element) => element.path.split('/').last.startsWith('$appId-'))
|
(element) => element.path.split('/').last.startsWith('$appId-'))
|
||||||
|
Reference in New Issue
Block a user