F-Droid repo search bugfix (#1681)

This commit is contained in:
Imran Remtulla
2024-06-28 21:28:02 -04:00
parent 2938cea419
commit 105e70a814
3 changed files with 26 additions and 0 deletions

View File

@@ -463,6 +463,10 @@ abstract class AppSource {
}
}
void runOnAddAppInputChange(String inputUrl) {
//
}
String sourceSpecificStandardizeURL(String url) {
throw NotImplementedError();
}