mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
fix: show open button to non-updatable apps
This commit is contained in:
@ -37,11 +37,11 @@ class ManagerAPI {
|
||||
|
||||
Future<bool> hasAppUpdates(String packageName) async {
|
||||
// TODO: get status based on last update time on the folder of this app?
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Future<String> getAppChangelog(String packageName) async {
|
||||
// TODO: get changelog based on last commits on the folder of this app?
|
||||
return 'to be implemented';
|
||||
return 'To be implemented';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user