mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-10-28 12:03:45 +01:00
Added App pinning
This commit is contained in:
@@ -490,7 +490,8 @@ class AppsProvider with ChangeNotifier {
|
||||
currentApp.url,
|
||||
currentApp.additionalData,
|
||||
name: currentApp.name,
|
||||
id: currentApp.id);
|
||||
id: currentApp.id,
|
||||
pinned: currentApp.pinned);
|
||||
newApp.installedVersion = currentApp.installedVersion;
|
||||
if (currentApp.preferredApkIndex < newApp.apkUrls.length) {
|
||||
newApp.preferredApkIndex = currentApp.preferredApkIndex;
|
||||
|
||||
Reference in New Issue
Block a user