mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-11-02 06:13:28 +01:00
Added IzzyOnDroid App Source
+ Bugfix for third party APK URL support + F-Droid apps have F-Droid as Author now
This commit is contained in:
@@ -119,7 +119,7 @@ class AppsProvider with ChangeNotifier {
|
||||
}
|
||||
// If the picked APK comes from an origin different from the source, get user confirmation
|
||||
if (apkUrl != null &&
|
||||
!apkUrl.toLowerCase().startsWith(apps[id]!.app.url.toLowerCase())) {
|
||||
Uri.parse(apkUrl).origin != Uri.parse(apps[id]!.app.url).origin) {
|
||||
if (await showDialog(
|
||||
context: context,
|
||||
builder: (BuildContext ctx) {
|
||||
|
||||
Reference in New Issue
Block a user