mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Added descriptions to search results
This commit is contained in:
@@ -159,7 +159,7 @@ class AppSource {
|
||||
}
|
||||
|
||||
bool canSearch = false;
|
||||
Future<List<String>> search(String query) {
|
||||
Future<Map<String, String>> search(String query) {
|
||||
throw NotImplementedError();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user