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